Skip to content

Commit

Permalink
foix other tsts
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinPrivitera committed Jan 10, 2025
1 parent eabf252 commit 63c8f55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/tests/blueprint/t_blueprint_mesh_partition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2077,6 +2077,11 @@ diff_to_silo(const conduit::Node &baseline, const conduit::Node &matset,
conduit::Node test_silo;
conduit::blueprint::mesh::matset::to_silo(matset["matsets/matset"], test_silo);

base_silo.remove_child("buffer_style");
base_silo.remove_child("dominance");
test_silo.remove_child("buffer_style");
test_silo.remove_child("dominance");

info.reset();
return base_silo.diff(test_silo, info, CONDUIT_EPSILON, true);
}
Expand Down

0 comments on commit 63c8f55

Please sign in to comment.