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

Let continuous post return input options #539

Merged
merged 1 commit into from
Mar 14, 2019

Conversation

schillic
Copy link
Member

@schillic schillic commented Mar 13, 2019

The current implementation crashes when trying to plot the result for a purely-continuous system. The problem was that we return a TwoLayeredOptions in the result, and that is not allowed in the plot recipe.
I decided to wrap the resulting options in an Options structure again here.

@schillic schillic requested a review from mforets March 13, 2019 18:50
src/solve.jl Outdated Show resolved Hide resolved
@codecov-io
Copy link

codecov-io commented Mar 13, 2019

Codecov Report

Merging #539 into master will increase coverage by 0.08%.
The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #539      +/-   ##
==========================================
+ Coverage   60.57%   60.66%   +0.08%     
==========================================
  Files          35       35              
  Lines        1537     1543       +6     
==========================================
+ Hits          931      936       +5     
- Misses        606      607       +1
Impacted Files Coverage Δ
src/solve.jl 84.72% <85.71%> (-0.13%) ⬇️

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 b81c820...58092d7. Read the comment docs.

Copy link
Member

@mforets mforets left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@schillic schillic changed the title Convert internal options representation back to Options type Let continuous post return input options Mar 14, 2019
@schillic schillic merged commit ea298e0 into master Mar 14, 2019
@schillic schillic deleted the schillic/options_in_output branch March 14, 2019 07:30
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.

3 participants