EIT-ALIVE / eitprocessing

Software for electrical impedance tomography data loading, visualization and processing
https://eit-alive.github.io/eitprocessing/
Apache License 2.0
4 stars 1 forks source link

Check whether isequivalent still needs an exceptional case for dicts #185

Open psomhorst opened 7 months ago

psomhorst commented 7 months ago

https://github.com/EIT-ALIVE/eitprocessing/blob/8bd90f58aa3763cd8c896e90ca053b86ff3b3656/eitprocessing/datahandling/mixins/equality.py#L86

We think this case was made only for DataCollections, which are now UserDicts instead of dicts.

DaniBodor commented 7 months ago

same question for _array_safe_eq (I added the TODO in #184)