-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_resolution
not implemented for OptimizationProblemResults
#1125
Labels
Comments
Reported by @gmantegna |
A quick repro using a PowerAnalytics.jl REPL: ] activate test # must instantiate correctly, etc.
include("test/runtests.jl") # running the PA tests gives us an `OptimizationProblemResults` to work with
PSI.get_realized_timestamps(problem_results) # yields `MethodError: no method matching get_resolution(::OptimizationProblemResults)` |
Yeah, we need to look into the method clean up here for the same function. |
For now, I will just add the necessary imports to PSI to resolve this, but let's at some point come up with a principled solution to the whole importing problem here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue in line:
PowerSimulations.jl/src/simulation/decision_model_simulation_results.jl
Line 448 in b405b10
The text was updated successfully, but these errors were encountered: