LBNL-UCB-STI / beam

The Framework for Modeling Behavior, Energy, Autonomy, and Mobility in Transportation Systems
https://transportation.lbl.gov/beam
Other
143 stars 57 forks source link

Ability to run python scripts #3874

Closed dimaopen closed 1 month ago

dimaopen commented 1 month ago

One can define these params in the beam config to execute python scripts

beam.outputs.analysis.iterationScripts=["src/main/python/events_analysis/events_within_beam.py"]
beam.outputs.analysis.simulationScripts=["src/main/python/events_analysis/emoj.py"]

This change is Reviewable

nikolayilyin commented 1 month ago

test!