Sep Dehpour

Results 208 comments of Sep Dehpour

Hi @stevenjackson121 Have you checked the combination of significant_digits and scientific format notation? https://zepworks.com/deepdiff/5.0.0/numbers.html#number-format-notation

Hi Martin, That would be great! Thank you, Sep Dehpour > On Jan 21, 2022, at 8:04 AM, Martin de La Gorce ***@***.***> wrote: > >  > @seperman I...

Please provide the code to reproduce your problem. Also please double check your regex. Sep Dehpour > On Jan 12, 2022, at 12:10 PM, Ravi Kiran Krovvidi ***@***.***> wrote: >...

Hello, Yes, it is possible to do that. I will add the `to_dict` since I see too many people having this issue, but technically all you need to do is...

@wobeng @emocibob Just saw this ticket. Thanks for posting the examples. I see what you mean now. Currently the format we export the diff does not support showing diffs like...

@rgarrigue Not sure what you are trying to achieve but have you looked at the "tree view" in DeepDiff? If you want to see what was compared to what, the...

Hi @wyattshapiro Interesting. The reason I decided originally not to move forward with this feature was that there are so many possibilities in what to include or not as you...

Hi @germannp Thanks for the feedback. I will keep this in mind. No current plans to add this feature in the immediate future but PR's are very welcome!

Hi, Not sure what you mean. Please use the template that is provided when creating tickets to provide the needed context. Sep Dehpour > On Nov 20, 2021, at 8:27...

Hi @shane-davidson I just released [DeepDiff 5.6.0](https://zepworks.com/deepdiff/current/) There is a new parameter called [custom operators](https://zepworks.com/deepdiff/current/custom.html#custom-operators) You can effectively use it to limit checks to certain paths by subclassing `BaseOperator` and...