CliMA / AtmosphericProfilesLibrary.jl

A library of atmospheric profiles
Apache License 2.0
2 stars 0 forks source link

Add AtmosProfile types #5

Closed charleskawczynski closed 2 months ago

charleskawczynski commented 2 years ago

This is only an idea. It might be nice if we always return a (here added) AtmosphericProfile, which has a callable profile.

We could potentially add tests for it, more systematically, and maybe add pretty printing for how the object is called. But Idk how important this really is, so I'll just leave it as a draft PR for now.

codecov[bot] commented 2 years ago

Codecov Report

Merging #5 (8c51c96) into main (e09e376) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@          Coverage Diff          @@
##            main      #5   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          4       5    +1     
  Lines         57      62    +5     
=====================================
- Misses        57      62    +5     
Impacted Files Coverage Δ
src/AtmosProfileTypes.jl 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e09e376...8c51c96. Read the comment docs.

charleskawczynski commented 2 months ago

We basically did this in the last release.