Open psomhorst opened 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.
same question for _array_safe_eq (I added the TODO in #184)
_array_safe_eq
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.