grasshopperTrainer / CADengine

Engine for CADing application.
1 stars 1 forks source link

address coordinate value comparison problem #82

Open grasshopperTrainer opened 3 years ago

grasshopperTrainer commented 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?

grasshopperTrainer commented 3 years ago

maybe geometry type itself has to manage converting value less than ATOL into 0