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
In my local copy I updated numpy, so I have version 1.18.5 instead of 1.12.1. That assertion then fails. I guess it has something to do with the fact that there is a mask. If I replace that line with
in test_maude_decom.py line 145 we have
In my local copy I updated numpy, so I have version 1.18.5 instead of 1.12.1. That assertion then fails. I guess it has something to do with the fact that there is a mask. If I replace that line with
then the assertions are ok. Any idea what's going on?
The text was updated successfully, but these errors were encountered: