Sep Dehpour

Results 226 comments of Sep Dehpour
trafficstars

I don't have MongoDB. When I pass the following code, it works correctly. Am I missing something here? ```py def test_custom_objects_slot_in_group_change(self): class ClassA: __slots__ = ('x', 'y') def __init__(self, x,...

@leoxile I can't help you without reproducible code. Also, please upgrade to the latest DeepDiff before opening a ticket.

Hi @chriswyatt Can you please provide an example where `truncate_datetime` will be used for? Are you saying if the difference between 2 datetimes is less than a millisecond, we shouldn't...

@jfly I didn't know about `git bisect`. I used to manually do the binary search through the git commits. Cool. Ok, I will have it fixed in our next release....

Thanks for reporting. Let me fix it.

@jonaswerme @AllyW @terry-chiu-certn @mellon85 DeepDiff 8.0.1 is released with a bugfix. There was an extra import of Numpy that was causing this issue.

Hi @dlarosa11 Thanks for reporting the bug. I will take a look when I have a chance! PRs are always very welcome too. Also please include which version of DeepDiff...

@dlarosa11 If you are storing deltas, you should serialize delta, not DeepDiff's result. https://zepworks.com/deepdiff/current/delta.html#delta-deserializer

Hi @susilehtola We don't currently test on Fedora. Looking quickly on github, it seems like we may be able to add it to the Github actions test matrix: ``` jobs:...