Skip to content

Issues regarding resample_time and scaling_factors have been modified.

N.Anto requested to merge logic-issue-resolving-in-scenariospy into development

Summary

(Confusion in scenario_from_csv about which values can be None or not, especially total_time and resample_time.

resample_time is checked whether it's None, but it can't.

Also the scaling_factor can have length 1 but the docs say otherwise.)

Explain your context

(Conditions for resample_time in line 129 has been modified according to the logic issue. Also in case of 'scaling_factors' docs has been modified.)

Please list breaking changes, new features or bugfixes

  • Breaking changes:

  • New features:

  • Bugfixes:

Merge request reports

Loading