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
Great library, thanks for writing it and making it accessible to everyone.
I think there may be an issue in running earlier years that don't feature semi scheduled gens offering FCAS.
To reproduce what I think is the error, you can run the example code in README and substitute references to 2019 with 2015. I get an error in units._scaling_for_uigf which seems to arise because the fcas_semi_scheduled data frame is empty.
My workaround was to add a check for whether the data frame was empty:
Thanks for pointing out this problem, investigating, and suggesting a fix.
Interesting that it's never come up as an issue before, I would have thought there'd be times in 2019 when no semi scheduled units were bidding into FCAS.
If you want to investigate further and submit a PR that would be really appreciated, otherwise I will try and look at it after addressing #6
Hi,
Great library, thanks for writing it and making it accessible to everyone.
I think there may be an issue in running earlier years that don't feature semi scheduled gens offering FCAS.
To reproduce what I think is the error, you can run the example code in README and substitute references to 2019 with 2015. I get an error in
units._scaling_for_uigf
which seems to arise because thefcas_semi_scheduled
data frame is empty.My workaround was to add a check for whether the data frame was empty:
The tests I have done so far are very close to what NEMDE produces so all seem to be working.
Happy to look at it more and submit a PR if helpful.
The text was updated successfully, but these errors were encountered: