fix: formatting

This commit is contained in:
Volodymyr Orlov
2020-09-04 10:11:39 -07:00
parent 1735ea61df
commit 1e3ed4c924
-1
View File
@@ -266,7 +266,6 @@ mod tests {
);
assert!(accuracy(&y, &classifier.predict(&x)) > 0.9);
}
#[test]