carnisj / bcdi

BCDI: tools for pre(post)-processing Bragg coherent X-ray diffraction imaging data
Other
23 stars 17 forks source link

[Refactor] implement __repr__ in the correct way in the classes #207

Closed carnisj closed 2 years ago

carnisj commented 2 years ago

should satisfy

x == eval(repr(x)) True x is eval(repr(x)) False

the __eq__ needs to be implemented