CNM-University-of-Guelph / NASEM-Model-Python

The NASEM 8 model coded in python
Other
0 stars 0 forks source link

dev message printed when running model #134

Closed davos-i closed 2 months ago

davos-i commented 2 months ago

There is a message being printed when running execute model: All values match the default coefficients.

Seems to be used in input validation but also in a test? https://github.com/CNM-University-of-Guelph/NASEM-Model-Python/blob/40eb0651377413025161cf89d0d6ae31d6139180/src/nasem_dairy/ration_balancer/input_validation.py#L205

https://github.com/CNM-University-of-Guelph/NASEM-Model-Python/blob/40eb0651377413025161cf89d0d6ae31d6139180/tests/input_validation/test_validate_coeff_dict.py#L45