You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setuptools/pip can install simple python-based command line tools with your package. The open matrix project uses a command line validator tool to validate files against the standard.
We should think about maybe creating one of these for running activitysim. We could roll the existing simulation.py script in the example folder into a tool that you can call to run the model.
We could update Travis to test this as well. We could also create a tool to copy the example setup (from the pip install location) to a user controlled location like the working directory, which would help with getting/distributing the example. Currently users either get the example data from the pip install location or clone the GitHub repo.
The text was updated successfully, but these errors were encountered:
setuptools/pip can install simple python-based command line tools with your package. The open matrix project uses a command line validator tool to validate files against the standard.
We should think about maybe creating one of these for running activitysim. We could roll the existing simulation.py script in the example folder into a tool that you can call to run the model.
We could update Travis to test this as well. We could also create a tool to copy the example setup (from the pip install location) to a user controlled location like the working directory, which would help with getting/distributing the example. Currently users either get the example data from the pip install location or clone the GitHub repo.
The text was updated successfully, but these errors were encountered: