Closed JeffXue closed 4 years ago
Hi @JeffXue
Private variables that start with __
are ignored.
Actually you are right. It is a bug @JeffXue
It is still for the same reason I mentioned above though. The DeepHash module ignores private variables. But that manifests only in DeepDiff when ignore_order=True. I need to either make DeepHash include private variables or make DeepDiff ignore private variables when ignore_order=False.
Hi @JeffXue DeepDiff 5 is finally here! And it has a new parameter that you can use: https://zepworks.com/deepdiff/5.0.0/ignore_types_or_values.html#ignore-private-variables
Closing this ticket. Thanks
To Reproduce
return {}, but __ref value have changed, if not using ignore_order,found diff value
OS, DeepDiff version and Python version (please complete the following information):