You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is actually not sufficient, since np.errstate only effective when both maps that are compared have no uncertainties defined (in the case of a zero in the reference map).
Setting
np.errstate
in https://github.com/jllanfranchi/pisa/blob/dev/pisa/core/map.py#L521 doesn't help whenhist
is anuncertainties.unumpy.uarray
(I think this has been an open issue for a long time: lmfit/uncertainties#12). This can be fixed by applyingset_errors(None)
to the reference map before the division is performed.The text was updated successfully, but these errors were encountered: