Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep 0.6.2 release #59

Merged
merged 12 commits into from
Dec 18, 2023
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "urbanopt-ditto-reader"
dynamic = [
"readme",
]
version = "0.6.0"
version = "0.6.1"
authors = [
{ name="Tarek Elgindy", email="tarek.elgindy@nrel.gov" },
{ name="Nathan Moore", email="nathan.moore@nrel.gov" },
Expand Down
2 changes: 1 addition & 1 deletion urbanopt_ditto_reader/example_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"equipment_file": "urbanopt_ditto_reader/extended_catalog.json",
"opendss_folder": "example/run/baseline_scenario/opendss",
"urbanopt_geojson_file": "example/urbanopt_example.json",
"use_reopt": true,
"use_reopt": false,
"start_time": "2019/01/15 01:00:00",
"end_time": "2019/01/16 01:00:00",
"timestep": 120
Expand Down
Loading