GSW-rs
GSW-rs copied to clipboard
Unofficial Gibbs Sea Water Oceanographic Toolbox of TEOS-10 in Rust
The coefficients v(i,j,k) are defined with the convention in the original paper, but this function was using a different convention.
`test_pz_roundtrip` from GSW-Python now passes.
@luizirber, anything against bumping edition to 2021 and rust-version to 1.68?
Still not sure if this is a good idea, but wanted to try it out =] [proptest](https://altsysrq.github.io/proptest-book/) is a crate for [property-based testing](https://www.lpalmieri.com/posts/an-introduction-to-property-based-testing-in-rust/). In this example, I'm using it to...