Skip to content

Commit

Permalink
Apply precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
beomki-yeo committed Nov 28, 2024
1 parent 2cff3d0 commit 9dad955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit_tests/cpu/material/bremsstrahlung.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ INSTANTIATE_TEST_SUITE_P(
INSTANTIATE_TEST_SUITE_P(
antimuon_Bremsstrahlung_100MeV_Cu_muon, EnergyLossBremsValidation,
::testing::Values(std::make_tuple(copper<scalar>(), antimuon<scalar>(),
100.0f * unit<scalar>::MeV, 0.f)));
100.0f * unit<scalar>::MeV, 0.f)));
2 changes: 1 addition & 1 deletion tests/unit_tests/cpu/material/stopping_power.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ INSTANTIATE_TEST_SUITE_P(
::testing::Values(std::make_tuple(silicon<scalar>(), positron<scalar>(),
100.0f * unit<scalar>::MeV, 6.017f),
std::make_tuple(silicon<scalar>(), positron<scalar>(),
1.f * unit<scalar>::GeV, 46.69f)));
1.f * unit<scalar>::GeV, 46.69f)));

0 comments on commit 9dad955

Please sign in to comment.