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

Fix ode_order_lowering pass and add stricter tests #112

Merged
merged 1 commit into from Mar 28, 2019
Merged

Conversation

YingboMa
Copy link
Member

ODE order lowering introduces more dependent variables, thus, we have to update
the dvs field in DiffEqSystem, after the order lowering pass.

ODE order lowering introduces more dependent variables, thus, we have to update
the `dvs` field in `DiffEqSystem`, after the order lowering pass.
@codecov
Copy link

codecov bot commented Mar 28, 2019

Codecov Report

Merging #112 into master will increase coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #112      +/-   ##
==========================================
+ Coverage   94.44%   94.49%   +0.05%     
==========================================
  Files          11       11              
  Lines         324      327       +3     
==========================================
+ Hits          306      309       +3     
  Misses         18       18
Impacted Files Coverage Δ
src/systems/diffeqs/first_order_transform.jl 100% <100%> (ø) ⬆️

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 6450e3b...e9016c0. Read the comment docs.

Copy link
Contributor

@HarrisonGrodin HarrisonGrodin left a comment

Choose a reason for hiding this comment

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

There are a few things I'd like to change about how we do ode_order_lowering overall, but those aren't strictly related to this PR - I've opened #115 to address those.

This looks good to merge otherwise.

@YingboMa YingboMa merged commit 8041fa6 into master Mar 28, 2019
@YingboMa YingboMa deleted the myb/fix branch March 28, 2019 23:57
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.

None yet

2 participants