hbf / miniball

Fast computation of the smallest enclosing ball of a point set, in low or moderately high dimensions.
133 stars 41 forks source link

Test case 'schnarz' does not run #6

Open hbf opened 11 years ago

hbf commented 11 years ago

The test case test_schnarz in MiniballTest.java fails with an exception in case Miniball.Eps is 1.0e-14 (the current setting).

What can we do about this?