Skip to content

Commit

Permalink
forgot field param for default test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolemarsaglia committed Apr 9, 2024
1 parent 8300fb8 commit c11d566
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/ascent/t_ascent_uniform_grid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1212,6 +1212,8 @@ TEST(ascent_uniform_regular_grid, test_uniform_grid_default_values)
conduit::Node pipelines;
// pipeline 1
pipelines["pl1/f1/type"] = "uniform_grid";
conduit::Node &params = pipelines["pl1/f1/params"];
params["field"] = "braid";

conduit::Node scenes;
scenes["s1/plots/p1/type"] = "pseudocolor";
Expand Down

0 comments on commit c11d566

Please sign in to comment.