epyt-flow 0.7.0__py3-none-any.whl → 0.7.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
epyt_flow/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.0
1
+ 0.7.1
@@ -509,6 +509,7 @@ def load_scenarios(scenarios_id: list[int], use_net1: bool = True,
509
509
  if not os.path.exists(f_inp_in):
510
510
  with ScenarioSimulator(f_inp_in=network_config.f_inp_in) as wdn:
511
511
  wdn.set_general_parameters(**general_params)
512
+ wdn.epanet_api.setTimePatternStep(hydraulic_time_step)
512
513
 
513
514
  wdn.epanet_api.deletePatternsAll()
514
515