Replies: 1 comment
-
Actually, going to file an issue! Will move the discussion over there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm running into this error:
It appears that the function
apply_export_tariff_params
is changing the length ofagent_df
.When I added some print statements, it appears that the length of agent_df is doubled:
Does this appear to be a bug in the code or could it be something with my machine / the data I downloaded?
Sidenote: there's also this error that Spyder raises at line 192 of
dgen_model.py
. The error isUndefined name 'net_metering_state_last_year_df'
. It appears that net_metering_state_last_year_df is initialized after its used. Should this line be moved up?Beta Was this translation helpful? Give feedback.
All reactions