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

Refactor system storage #92

Merged
merged 9 commits into from Feb 2, 2019
Merged

Refactor system storage #92

merged 9 commits into from Feb 2, 2019

Conversation

HarrisonGrodin
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Jan 31, 2019

Codecov Report

Merging #92 into master will decrease coverage by 0.36%.
The diff coverage is 92.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #92      +/-   ##
==========================================
- Coverage   93.53%   93.16%   -0.37%     
==========================================
  Files          11       11              
  Lines         371      366       -5     
==========================================
- Hits          347      341       -6     
- Misses         24       25       +1
Impacted Files Coverage Δ
src/ModelingToolkit.jl 75% <ø> (ø) ⬆️
src/equations.jl 92% <80%> (-3.66%) ⬇️
src/systems/diffeqs/diffeqsystem.jl 93.15% <93.1%> (+0.5%) ⬆️
src/systems/diffeqs/first_order_transform.jl 97.14% <95.45%> (-2.86%) ⬇️
src/operations.jl 73.68% <0%> (+5.26%) ⬆️

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 668add3...259a46f. Read the comment docs.

@HarrisonGrodin HarrisonGrodin changed the title [WIP] Refactor system storage Refactor system storage Jan 31, 2019
@HarrisonGrodin
Copy link
Contributor Author

Build failure unrelated (re: JuliaLang/MbedTLS.jl#193).

@@ -46,7 +46,7 @@ Each operation builds an `Operation` type, and thus `eqs` is an array of
analyzed by other programs. We can turn this into a `DiffEqSystem` via:

```julia
de = DiffEqSystem(eqs,[t],[x,y,z],[σ,ρ,β])
de = DiffEqSystem(eqs,t,[x,y,z],[σ,ρ,β])
Copy link
Member

Choose a reason for hiding this comment

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

Rename this ODE system, since something like a PDE system would have two independent variables.

@ChrisRackauckas ChrisRackauckas merged commit bd58adb into master Feb 2, 2019
@ChrisRackauckas ChrisRackauckas deleted the hg/refactor/systems branch February 2, 2019 01:09
@ChrisRackauckas
Copy link
Member

We can always rename later. I'm not convinced that splitting out ODEs to their own form is actually going to not lead to a ton of code duplication, but for now it's fine.

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