sede-open / pyELQ

The python Emission Localization and Quantification (pyELQ) code aims to maximize effective use of existing measurement data, especially from continuous monitoring solutions. The code has been developed to detect, localize, and quantify methane emissions from concentration and wind measurements.
https://sede-open.github.io/pyELQ/
Apache License 2.0
10 stars 3 forks source link

`pyproject.toml` allows incompatible version of openMCMC #12

Closed rudymcintyre closed 1 week ago

rudymcintyre commented 3 weeks ago

Under latest version of main and openMCMC v1.0.4, all tests under the file tests/test_model.py fail because they attempt to pass n_thin to the constructor of MCMC. Updating to openMCMC v1.0.5 resolves this and all tests pass. The version specification in pyproject.toml should be altered to reflect this.

bvandekerkhof commented 1 week ago

Good spot, will change, thanks.