Skip to content

Commit

Permalink
yaml for simplest test
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Feb 4, 2025
1 parent 27e5541 commit e30f4f6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/tests/ascent/t_ascent_partition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ using namespace ascent;
//-----------------------------------------------------------------------------
TEST(ascent_partition, test_partition_2D_multi_dom)
{
Node n;
ascent::about(n);

//
// Create an example mesh.
//
Expand Down Expand Up @@ -80,11 +77,11 @@ TEST(ascent_partition, test_partition_2D_multi_dom)
extracts["eout/type"] = "relay";
extracts["eout/pipeline"] = "pl1";
extracts["eout/params/path"] = output_base;
extracts["eout/params/protocol"] = "hdf5";
extracts["eout/params/protocol"] = "blueprint/mesh/yaml";

extracts["einput/type"] = "relay";
extracts["einput/params/path"] = output_base + "_input";
extracts["einput/params/protocol"] = "hdf5";
extracts["einput/params/protocol"] = "blueprint/mesh/yaml";

//
// Run Ascent
Expand Down

0 comments on commit e30f4f6

Please sign in to comment.