prmiles / pymcmcstat

Python implementation of MATLAB toolbox "mcmcstat"
https://github.com/prmiles/pymcmcstat/wiki
MIT License
70 stars 10 forks source link

Resolved #51 #60

Closed prmiles closed 5 years ago

prmiles commented 5 years ago

Added method to check if parameter limits were defined in an incompatible manner; i.e., the code checks that the minimum is less than or equal to the maximum for all sampled parameters. The user is then given an error message indicating which parameter was defined incorrectly. This closes #51

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 390


Totals Coverage Status
Change from base Build 366: 0.005%
Covered Lines: 2250
Relevant Lines: 2296

💛 - Coveralls