Fix bug when reading domain IDs from .vtus#521
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #521 +/- ##
==========================================
+ Coverage 67.79% 67.84% +0.05%
==========================================
Files 168 168
Lines 32798 32797 -1
Branches 5767 5768 +1
==========================================
+ Hits 22234 22252 +18
+ Misses 10426 10408 -18
+ Partials 138 137 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@javijv4 Testing reading domain IDs from a file should really be a unit test; does not make sense to have two Adding a unit test is probably too much to do for this right now so just remove the |
|
@javijv4 There are two solver XML files in svMultiPhysics/tests/cases/cep/slab_domains. Can we run both of them ? |
|
@ktbolt, yep. I removed the pipe test and updated the cep slab_domains test to run both .xml. |
Current situation
Resolves #520
Release Notes
.vtufile.Testing
New tests are:
tests/cases/fsi/pipe_3d_domainstests/cases/cep/slab_domainsCode of Conduct & Contributing Guidelines