seperman / deepdiff

DeepDiff: Deep Difference and search of any Python object/data. DeepHash: Hash of any object based on its contents. Delta: Use deltas to reconstruct objects by adding deltas together.
http://zepworks.com
Other
2.03k stars 224 forks source link

DeepHash: check numpy booleans like native booleans #496

Closed doronbehar closed 3 weeks ago

doronbehar commented 4 weeks ago

Fixes #494

seperman commented 4 weeks ago

Awesome! Can you please add a test case for it too?

codecov[bot] commented 4 weeks ago

Codecov Report

Attention: Patch coverage is 66.66667% with 2 lines in your changes missing coverage. Please review.

Project coverage is 96.65%. Comparing base (6d8a4c7) to head (cee3d41). Report is 14 commits behind head on dev.

Files with missing lines Patch % Lines
deepdiff/deephash.py 66.66% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #496 +/- ## ========================================== - Coverage 96.70% 96.65% -0.05% ========================================== Files 14 14 Lines 3946 3951 +5 ========================================== + Hits 3816 3819 +3 - Misses 130 132 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

doronbehar commented 3 weeks ago

OK I tried something. Let's see how CI behaves.