Dessia-tech / volmdlr

A python VOLume MoDeLeR computations-oriented with STEP support for import/export
GNU Lesser General Public License v2.1
26 stars 10 forks source link

Review __eq__ special methods. #1167

Closed GabrielJMS closed 9 months ago

GabrielJMS commented 9 months ago

eq methods should not consider a tolerance.

If you need to check if an object is almost the same as other object you need to implement a method is_close()