pnnl / tesp

Other
39 stars 36 forks source link

glm_Model.py return error if not able to read .glm #138

Closed trevorhardy closed 6 months ago

trevorhardy commented 6 months ago

The line indicated below should return an error, not just print to console that the read failed:

https://github.com/pnnl/tesp/blob/53d6b6ba7ace2bf9b282dc434213dd3336fbeb1c/src/tesp_support/tesp_support/api/model_GLM.py#L840

trevorhardy commented 6 months ago

Looking through "model_GLM.py" it appears there could be other places where fatal errors need to be added in. Cleared this up in commit fcd0bd02.