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 plotting of ODESolution #632

Merged
merged 4 commits into from
Oct 22, 2024
Merged

Conversation

efaulhaber
Copy link
Member

This is caused by a different order of parameters in newer versions of OrdinaryDiffEq.
We now restrict SciMLBase to the versions with this order of parameters.

See #629.

@efaulhaber efaulhaber added bug Something isn't working visualization labels Oct 22, 2024
Copy link

codecov bot commented Oct 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.37%. Comparing base (b51cd26) to head (df4ee43).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #632   +/-   ##
=======================================
  Coverage   69.37%   69.37%           
=======================================
  Files          85       85           
  Lines        5124     5124           
=======================================
  Hits         3555     3555           
  Misses       1569     1569           
Flag Coverage Δ
unit 69.37% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Project.toml Outdated Show resolved Hide resolved
@svchb svchb merged commit 6f3894c into trixi-framework:main Oct 22, 2024
13 checks passed
@LasNikas
Copy link
Collaborator

It would be nice to have tests in case the order of parameter types changes again in the future.

@efaulhaber efaulhaber deleted the fix-plotting branch October 22, 2024 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working visualization
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants