-
Notifications
You must be signed in to change notification settings - Fork 37
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
calcOutput('FEdemand') fails where calcFEdemand() succeeds #200
Labels
Comments
what is in there is the aggregation. What happens if you run |
Forgot the backtrace:
|
Same thing.
|
based on the traceback the error is in |
But only if run through |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using this
mrremind
branch,readSource('EDGE', 'FE_stationary')
directly succeeds,mrremind:::calcFEdemand('FE')
directly succeeds,calcOutput('FEdemand', subtype = 'FE')
fails withSo there is some magic sauce inside
calcOutput()
that is breakingmrremind
.The text was updated successfully, but these errors were encountered: