Skip to content

Commit

Permalink
I want 30 particles again
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolemarsaglia committed Jan 23, 2024
1 parent 0bcb396 commit 6d41572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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"] = 10;
sl_params["num_seeds"] = 30;
sl_params["num_steps"] = 100;
sl_params["step_size"] = 0.01;
sl_params["seed_bounding_box_xmin"] = 0.0;
Expand Down Expand Up @@ -143,7 +143,7 @@ void testFilter(bool isStreamline)
scenes["s1/renders/r3/camera/azimuth"] = 180;
scenes["s1/renders/r4/image_name"] = output_image + "_azimuth270_30seed";
scenes["s1/renders/r4/camera/azimuth"] = 270;
scenes["s1/renders/r4/image_name"] = output_image;
scenes["s1/renders/r5/image_name"] = output_image;

// remove old image before rendering
remove_test_image(output_image);
Expand Down

0 comments on commit 6d41572

Please sign in to comment.