RectPartition.approx_equals¶
- RectPartition.approx_equals(other, atol)[source]¶
Return
Truein case of approximate equality.- Returns:
- approx_eqbool
Trueifotheris aRectPartitioninstance withself.set == other.setup toatolandself.grid == other.otherup toatol,Falseotherwise.