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
"C:\Users\jayathip\GitHub\ASF_Simulation\ASF_Simulation\Simulation_Tool\New_SimulationEnvironment_Ladybug\python\asf_electricity_production_2.py", line 59, in asf_electricity_production
if SimulationData['timePeriod'] == '4months':
KeyError: 'timePeriod'
The text was updated successfully, but these errors were encountered:
This timePeriod option was implemented by Jeri and I havent used it any further in my simulations. It was used, as far as I understood to analysis shorter time periods, for example 4 months. set the timePeriod = 'None' within the asf_electricity_function and the error will not occur anymore. you might want to hard code it or delete the unused code...
"C:\Users\jayathip\GitHub\ASF_Simulation\ASF_Simulation\Simulation_Tool\New_SimulationEnvironment_Ladybug\python\asf_electricity_production_2.py", line 59, in asf_electricity_production
if SimulationData['timePeriod'] == '4months':
KeyError: 'timePeriod'
The text was updated successfully, but these errors were encountered: