Sep Dehpour

Results 208 comments of Sep Dehpour

For getting the key, please take a look at path() function in https://zepworks.com/deepdiff/current/view.html#tree-view Sep Dehpour > On May 23, 2022, at 8:48 PM, Santhosh Kumar ***@***.***> wrote: > > ...

Hi, Have you looked into the tree view? https://zepworks.com/deepdiff/current/view.html#tree-view Sep Dehpour > On May 4, 2022, at 12:38 AM, NewUserHa ***@***.***> wrote: > >  > Is your feature request...

@gnu-lorien Have you tried to use the json_pickle package to unpickle it? I will update the docs.

Hey @gnu-lorien Sorry I didn't get back to you. So is this still a problem?

I see. So you want to serialize everything including your original objects in the diff object. Can I ask you what the use case is?

Hi @drsasa Sorry for the very late response. max_diffs in DeepDiff is basically telling it to quit diffing once certain number of comparisons are made. Not necessarily certain number of...

Hi, It is not returning a json output. It is printing a python dictionary that is a superset of what json can hold. Sep Dehpour > On Feb 18, 2022,...

Hi @rssh22 Sorry it took me a while to get back to you. Pull requests are always very welcome!

Hi Bernhard, Can you please post a reproducible code example including the multiprocessing part? Thanks! Sep Dehpour > On Feb 28, 2022, at 7:54 AM, Bernhard Ehrminger ***@***.***> wrote: >...

@stevenjackson121 This is a very cool idea. I have been thinking about how to use the math.isclose. The main problem is how to do that during the "hashing" phase where...