Open grasshopperTrainer opened 3 years ago
0.0 and 2.842170943040401e-14 had to be equal but == does not do the job. Maybe coordinate value returned also has to be object? or should I always use np.is_close?
maybe geometry type itself has to manage converting value less than ATOL into 0
0.0 and 2.842170943040401e-14 had to be equal but == does not do the job. Maybe coordinate value returned also has to be object? or should I always use np.is_close?