cgarling / Cosmology.jl

Cosmological calculations in Julia
Other
0 stars 0 forks source link

Adopt `PhysicalConstants.jl` directly for defining necessary constants #14

Closed cgarling closed 10 months ago

cgarling commented 10 months ago

The values of the constants are unchanged and do not cause us to fail any tests here or in downstream packages. However, downstream I have found cause to use PhysicalConstants.jl and so, to enforce consistency, I figure I should be using it throughout the package stack.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ffa23a5) 78.64% compared to head (b3e8c9c) 78.64%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #14 +/- ## ======================================= Coverage 78.64% 78.64% ======================================= Files 2 2 Lines 295 295 ======================================= Hits 232 232 Misses 63 63 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.