Skip to content

Commit

Permalink
reduce num seeds a lil
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolemarsaglia committed Jan 22, 2024
1 parent a3f368e commit aeb0b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/ascent/t_ascent_particle_advection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ void testFilter(bool isStreamline)
// filter knobs
conduit::Node &sl_params = pipelines["pl1/f1/params"];
sl_params["field"] = "vel";
sl_params["num_seeds"] = 30;
sl_params["num_seeds"] = 10;
sl_params["num_steps"] = 100;
sl_params["step_size"] = 0.01;
sl_params["seed_bounding_box_xmin"] = 0.0;
Expand Down

0 comments on commit aeb0b66

Please sign in to comment.