Open sandorkertesz opened 6 months ago
Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.
Thanks for integrating Codecov - We've got you covered :open_umbrella:
Hi @corentincarton, @oiffrig, any thought on this?
Fixes #9
As an experiment , I converted
thermo.specific_humidity_from_vapour_pressure
to be array format agnostic but still allowing numbers as input. The code goes like this:I also modified the test for this method to make it work for multiple array formats and numbers too:
If we can agree on this approach all the other methods can be converted similarly.