Skip to content

Commit

Permalink
Merge pull request #6079 from nikwit/fix-tags-timeout
Browse files Browse the repository at this point in the history
Fix test failure Worldtube.Tags
  • Loading branch information
knelli2 authored Jun 11, 2024
2 parents 68c226b + c1b8144 commit 3bc3a98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ void test_background_quantities_compute() {
MAKE_GENERATOR(gen);

// the velocity has to be less than c or the dilation factor is undefined
std::uniform_real_distribution<> pos_dist(1., 10.);
std::uniform_real_distribution<> pos_dist(2., 10.);
std::uniform_real_distribution<> vel_dist(-0.2, 0.2);

const auto random_position = make_with_random_values<tnsr::I<double, Dim>>(
Expand Down

0 comments on commit 3bc3a98

Please sign in to comment.