Commit c8d39701 authored by Joe Grimes's avatar Joe Grimes
Browse files

Switch precision for test

parent 99a8819f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -227,7 +227,7 @@ TEST_F(LossFunctionSilhouetteScoreTests, MultiClassTest)
        _prop_train, _prop_test, _task_sizes_train, _task_sizes_test, false, 2);

    double silhouette_score = loss(_model_phi);
    EXPECT_NEAR(silhouette_score, 0.941, 0.001);
    EXPECT_NEAR(silhouette_score, 0.9406582526222872, 1e-5);
}

}