Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix covariance value checks in Markov weather generator
- close #224 - address DrylandEcology/rSFSTEP2#32 - function `SW_MKV_read_cov` was enforcing that covariance values >= 0 since commit 7fbdf6e which is wrong because covariance can take any real value. -> Fixed by checking that covariance values are finite (real) numbers.
- Loading branch information