CliMA / Thermodynamics.jl

A package containing a library of moist thermodynamic relations.
https://clima.github.io/Thermodynamics.jl/dev/
Apache License 2.0
61 stars 2 forks source link

Remove type casting of parameters #195

Closed charleskawczynski closed 7 months ago

charleskawczynski commented 7 months ago

We no longer need type casting, now that the parameters are controlled through typed structs, and not methods (which previously required type-casting for type stability).

codecov[bot] commented 7 months ago

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (fa610f8) 93.03% compared to head (53b65cd) 93.03%.

Files Patch % Lines
src/config_numerical_method.jl 61.53% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #195 +/- ## ======================================= Coverage 93.03% 93.03% ======================================= Files 10 10 Lines 1149 1149 ======================================= Hits 1069 1069 Misses 80 80 ```

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