-
Notifications
You must be signed in to change notification settings - Fork 35
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
Change getindex to getdataframe for sim_inst #577
Conversation
Codecov Report
@@ Coverage Diff @@
## master #577 +/- ##
==========================================
- Coverage 77.42% 77.39% -0.03%
==========================================
Files 39 39
Lines 2583 2584 +1
==========================================
Hits 2000 2000
- Misses 583 584 +1
Continue to review full report at Codecov.
|
@davidanthoff I'm getting PyCall errors in this Travis build, any advice? I tried closing and opening the PR but got the same error. |
This PR handles Issue #572.
Remove the
getindex
method forSimulationInstance
and replace it withgetdataframe
. Users will be able to usegetdataframe
to access results of a simulation while we do some thinking on what type we'd likegetindex
to return and how to handle the multidimensionality of scenarios etc.