Skip to content

Conversation

@xtalax
Copy link
Member

@xtalax xtalax commented Apr 12, 2022

Use a ranking rather than boolean based heuristic for matching equations with variables.

Fixes #78
Fixes #75

@codecov
Copy link

codecov bot commented Apr 12, 2022

Codecov Report

Merging #79 (0a98c6e) into master (3a97488) will decrease coverage by 2.01%.
The diff coverage is 65.15%.

@@            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     
Impacted Files Coverage Δ
src/error_analysis.jl 12.00% <12.00%> (ø)
src/interiormap.jl 92.66% <97.43%> (+1.07%) ⬆️
src/discretization/MOL_discretization.jl 84.21% <100.00%> (-0.79%) ⬇️

📣 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
Copy link
Member

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?

Copy link
Member Author

@xtalax xtalax Apr 12, 2022

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?

Copy link
Member

Choose a reason for hiding this comment

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

yes add the MWE

@ChrisRackauckas ChrisRackauckas merged commit ea65694 into SciML:master Apr 28, 2022
@ChrisRackauckas ChrisRackauckas mentioned this pull request Apr 28, 2022
Closed
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.

heat equation with variable material properties discretize fails on Robin Boundary condition applied to Laplace equation in spherical domain

2 participants