Skip to content
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

Merged
merged 6 commits into from
Oct 17, 2019
Merged

Change getindex to getdataframe for sim_inst #577

merged 6 commits into from
Oct 17, 2019

Conversation

lrennels
Copy link
Collaborator

This PR handles Issue #572.

Remove the getindex method for SimulationInstanceand replace it with getdataframe. Users will be able to use getdataframe to access results of a simulation while we do some thinking on what type we'd like getindex to return and how to handle the multidimensionality of scenarios etc.

@lrennels lrennels requested a review from rjplevin October 14, 2019 23:19
@codecov-io
Copy link

codecov-io commented Oct 14, 2019

Codecov Report

Merging #577 into master will decrease coverage by 0.02%.
The diff coverage is 0%.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
src/Mimi.jl 100% <ø> (ø) ⬆️
src/mcs/mcs_types.jl 79.16% <0%> (-1.69%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ddf5a42...a47c15e. Read the comment docs.

rjplevin
rjplevin previously approved these changes Oct 15, 2019
@lrennels
Copy link
Collaborator Author

@davidanthoff I'm getting PyCall errors in this Travis build, any advice? I tried closing and opening the PR but got the same error.

@lrennels lrennels closed this Oct 17, 2019
@lrennels lrennels reopened this Oct 17, 2019
@lrennels lrennels merged commit 96014df into master Oct 17, 2019
@lrennels lrennels deleted the simresults branch October 17, 2019 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants