-
Notifications
You must be signed in to change notification settings - Fork 112
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
Transfer Excel data I/O from message_ix #286
Conversation
- TimeSeries.read_file: new method. - TimeSeries.add_timeseries: add a `year_lim` argument, so limiting data by year can be done even when not reading from file. - core.to_iamc_template: rename to core.to_iamc_layout, update docstring, remove duplicate set computation. - Simplify cli.import_timeseries. - Update docs.
@zikolach as of the last commit here (b35889b), tests pass on all platforms and versions except Python 3.6 (i.e. 3.7 passes) on AppVeyor/Windows, where I see:
Do you have any intuition about what this means or why it only occurs in this one circumstance? I've tried restarting the test, but same result. |
@khaeru it looks strange, based on exception we can conclude that scenario was not saved to DB (run id equals -1) when it calls |
Updated jar. Let's see what the output will be now |
- change input validation in setStatus method
- fix commit in Scenario class
- propagate exceptions from commit
Closing in favour of #289. |
Replaced by #289.