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
Thanks for updating! Once I load in PowerAnalytics and PowerGraphics, I seems to still hit type issues with what shoudl be a PowerSimulations.SimulationProblemResults object. It looks like it wants something from InfrastructureSystems instead?
ERROR: MethodError: no method matching get_generation_data(::Tuple{PowerSimulations.SimulationProblemResults{PowerSimulations.DecisionModelSimulationResults}, DataFrames.DataFrame, DataFrames.DataFrame, DataFrames.DataFrame, DataFrames.DataFrame})
Closest candidates are:
get_generation_data(::R; filter_func, kwargs...) where R<:InfrastructureSystems.Results at C:\Users\llavin.julia\packages\PowerAnalytics\tYakF\src\get_data.jl:287
The text was updated successfully, but these errors were encountered:
it expects IS.Results. Is that different than PowerSimulations.SimulationProblemResults?
the code I have is a pain to reproduce - I'll try to hive off a simple example later tonight. It does seem to work for a very simple system build/solve so maybe I'm doing something wrong!
ooo I think I see the issue now! Which was my fault for doing something too fast without validating what I was returning from a function! So I'll close this.
Thanks for updating! Once I load in PowerAnalytics and PowerGraphics, I seems to still hit type issues with what shoudl be a PowerSimulations.SimulationProblemResults object. It looks like it wants something from InfrastructureSystems instead?
ERROR: MethodError: no method matching get_generation_data(::Tuple{PowerSimulations.SimulationProblemResults{PowerSimulations.DecisionModelSimulationResults}, DataFrames.DataFrame, DataFrames.DataFrame, DataFrames.DataFrame, DataFrames.DataFrame})
Closest candidates are:
get_generation_data(::R; filter_func, kwargs...) where R<:InfrastructureSystems.Results at C:\Users\llavin.julia\packages\PowerAnalytics\tYakF\src\get_data.jl:287
The text was updated successfully, but these errors were encountered: