Fix duplicate warnings correctly #430
Labels
enhancement
Performance or usage improvement
severity-routine
Needs to be fixed
urgency-medium
Somewhat normal urgency
Currently there is a quick fix in
gempy/utils/logutils.py
where we just blanket-filter the duplicate warnings:add_filter(DuplicateWarningFilter, log)
We need to find a better solution.
From Chris:
The biggest offender is the "Unmasking all points" message.
The text was updated successfully, but these errors were encountered: