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

Throw appropriate error when analytic is not given #459

Merged
merged 1 commit into from
Jul 30, 2023

Conversation

ErikQQY
Copy link
Member

@ErikQQY ErikQQY commented Jun 27, 2023

This is just a minor fix, when we are plotting a solution without an analytical solution but we set plot_analytic=true, the error is weird:

image

@codecov
Copy link

codecov bot commented Jun 27, 2023

Codecov Report

Merging #459 (9cdba55) into master (d7a51f7) will decrease coverage by 4.09%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #459      +/-   ##
==========================================
- Coverage   58.22%   54.14%   -4.09%     
==========================================
  Files          47       47              
  Lines        3550     3548       -2     
==========================================
- Hits         2067     1921     -146     
- Misses       1483     1627     +144     
Impacted Files Coverage Δ
src/solutions/solution_interface.jl 56.99% <100.00%> (-0.92%) ⬇️

... and 11 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ChrisRackauckas ChrisRackauckas merged commit f549934 into SciML:master Jul 30, 2023
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.

2 participants