mcvine / acc

Accelerated mcvine engine
0 stars 1 forks source link

Use numpy for array similarity #23

Closed mtbc closed 2 years ago

mtbc commented 2 years ago

Replace the assert_approximately_equal in the unit tests with use of numpy.isclose.

mtbc commented 2 years ago

Fixed by #25.