Skip to content

Commit d29fad7

Browse files
Copilottoruseo
andauthored
Fix spelling and grammar errors in docstrings and documentation (#247)
* Initial plan * Fix spelling and grammar errors in uxsim.py docstrings Co-authored-by: toruseo <[email protected]> * Fix additional spelling errors in uxsim.py (concective -> consecutive) Co-authored-by: toruseo <[email protected]> * Fix remaining spelling errors in analyzer.py and uxsim.py Co-authored-by: toruseo <[email protected]> * Fix spelling and grammar errors in Jupyter notebooks (manual review) Co-authored-by: toruseo <[email protected]> * Fix notebook indentation issues - preserve original formatting Co-authored-by: toruseo <[email protected]> * Fix additional spelling and grammar errors found in thorough review Co-authored-by: toruseo <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: toruseo <[email protected]>
1 parent 43e3c15 commit d29fad7

14 files changed

+48
-48
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ If you need more detailed information, please also cite:
236236
- 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.
237237
- 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.
238238

239-
Works using UXsim is summarized on the [Github Wiki page](https://github.com/toruseo/UXsim/wiki). Please feel free to edit.
239+
Works using UXsim are summarized on the [Github Wiki page](https://github.com/toruseo/UXsim/wiki). Please feel free to edit.
240240

241241
## Contributing and Discussion
242242

demos_and_examples/demo_notebook_01en.ipynb

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos_and_examples/demo_notebook_02en.ipynb

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos_and_examples/demo_notebook_03en_pytorch.ipynb

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos_and_examples/demo_notebook_04en_OpenStreetMap.ipynb

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos_and_examples/demo_notebook_05en_for_google_colab.ipynb

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos_and_examples/demo_notebook_06en_taxi_or_shared_mobility.ipynb

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos_and_examples/demo_notebook_08en_chicago.ipynb

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos_and_examples/demo_notebook_09en_dynamic_traffic_assignment.ipynb

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uxsim/DTAsolvers/DTAsolvers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Submodule for Dynamic Traffic Assginment solvers
2+
Submodule for Dynamic Traffic Assignment solvers
33
"""
44
import random
55
import time

0 commit comments

Comments
 (0)