-
Notifications
You must be signed in to change notification settings - Fork 115
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
Further improve coverage #348
Conversation
Did you have a look at the numerical solutions or CFL magic? |
Sorry, no, not yet. Do you think you can do it, or should we just merge now and check it later? |
We can merge now and check later 👍 |
If we're to achieve 97% coverage again, we need to cover 30 more lines. I am looking at it right now... |
If this doesn't push coverage beyond 97%, I'll give up on this goal before v0.3... Note that some checks now already make use of the Taal way: Instead of doing only integral tests, I am adding a bunch of unit tests for many methods such as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Do you think it would be helpful to add some comments like the following one to test_manual.jl
?
Constructing indicators/controllers using the parameters below doesn't make sense. It's just useful to run basic tests of
show
methods.
Yes, good idea 👍. I'll do so once the tests here have passed and before the merge. |
I modified the positivity tests such that the limiters in 1D and 2D are actually triggered.