-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve impact calc error messages #669
Comments
I could reproduce the issue by setting the |
The column |
Ok, could reproduce the error 😃 E.g., |
Issue solved with pull request #691 |
There is stil a confusing error message when one uses the |
Fixed by #863 |
Currently, the
ImpactCalc.impact()
method generates non-understandable error messages if the input data is inconsistent. For instance, if the inputHazard
object has typeHazard.haz_type = ''
, the impact computation fails. Smilarly is probably the case if theExposures
has no properly definedimpf_haz_type
column.The text was updated successfully, but these errors were encountered: