-
-
Notifications
You must be signed in to change notification settings - Fork 39
Update interiormap construction to use ranking #79
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #79 +/- ##
==========================================
- Coverage 90.08% 88.07% -2.02%
==========================================
Files 12 13 +1
Lines 918 939 +21
==========================================
Hits 827 827
- Misses 91 112 +21
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
|
|
||
|
|
||
| @testset "Test 06: Dt(u(t,x)) ~ Dxx(u(t,x)), time-dependent Robin BCs, Order 6" begin | ||
| @test_broken begin #@testset "Test 06: Dt(u(t,x)) ~ Dxx(u(t,x)), time-dependent Robin BCs, Order 6" begin |
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.
this breaks a test but doesn't fix one?
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.
That was the test that was already broken, check the CI for the last merge. We didn't have a test for this case, I can add an MWE for what this fixes?
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.
yes add the MWE
Use a ranking rather than boolean based heuristic for matching equations with variables.
Fixes #78
Fixes #75