Skip to content

Commit

Permalink
Again.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Jul 19, 2024
1 parent 599194e commit f8cc7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model_sgp4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ TEST_CASE("derivatives")

for (std::size_t i = 0; i < prop_out_span.extent(0); ++i) {
for (std::size_t j = 0; j < prop_out_span.extent(1); ++j) {
REQUIRE(prop_out_span(i, j) == approximately(cf_out_span(i, j), 1000.));
REQUIRE(prop_out_span(i, j) == approximately(cf_out_span(i, j), 10000.));
}
}
}
Expand Down

0 comments on commit f8cc7ec

Please sign in to comment.