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
Currently the workflow in tests that need recursive tests of dictionaries containing numpy arrays requires the dict_almost_equal function, but this necessitates the use of large amounts of boilerplate code to overwrite the files when the tests need updating.
Is your feature request related to a problem?
Currently the workflow in tests that need recursive tests of dictionaries containing numpy arrays requires the
dict_almost_equal
function, but this necessitates the use of large amounts of boilerplate code to overwrite the files when the tests need updating.Describe the solution you would like.
If we could find a package that is able to:
--regtest-reset', or syrupy's
--snapshot-update`np.nan
values (ienp.nan
==np.nan
)Describe the alternatives you have considered.
np.nan
!=np.nan
Additional context
No response
The text was updated successfully, but these errors were encountered: