diff --git a/README.md b/README.md index 4871763..2f2ab20 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,8 @@ When publishing works based on UXsim, please cite: - Toru Seo. [Macroscopic Traffic Flow Simulation: Fundamental Mathematical Theory and Python Implementation](https://toruseo.github.io/misc/MacroTrafficSim_English_summary.pdf). Corona Publishing Co., Ltd., 2023. - Toru Seo. [UXsim: An open source macroscopic and mesoscopic traffic simulator in Python-a technical overview](http://dx.doi.org/10.48550/arXiv.2309.17114). arXiv preprint arXiv: 2309.17114, 2023 +Works using UXsim is summarized on the [Github Wiki page](https://github.com/toruseo/UXsim/wiki). Please feel free to edit. + ## Contributing and Discussion Contributions are welcome! diff --git a/tests/test_verification_taxi.py b/tests/test_verification_taxi.py index 9960a81..74d1c9b 100644 --- a/tests/test_verification_taxi.py +++ b/tests/test_verification_taxi.py @@ -22,7 +22,7 @@ def equal_tolerance(val, check, rel_tol=0.1, abs_tol=0.0): q^* = 0.8 """ -@pytest.mark.flaky(reruns=5) +@pytest.mark.flaky(reruns=10) def test_taxi_small_scale(): W = World( name="", @@ -84,7 +84,7 @@ def test_taxi_small_scale(): assert equal_tolerance(Handler.travel_times[4], 600, rel_tol=0.3) assert equal_tolerance(Handler.travel_times[5], 600, rel_tol=0.3) -@pytest.mark.flaky(reruns=5) +@pytest.mark.flaky(reruns=10) def test_taxi_small_scale_mixed_mode(): # World definition W = World( @@ -155,7 +155,7 @@ def test_taxi_small_scale_mixed_mode(): assert equal_tolerance(Handler.travel_times[4], 600, rel_tol=0.3) assert equal_tolerance(Handler.travel_times[5], 600, rel_tol=0.3) -@pytest.mark.flaky(reruns=5) +@pytest.mark.flaky(reruns=10) def test_taxi_large_scale_mixed_mode_noncongested(): # World definition