We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8fd25 commit 7432c98Copy full SHA for 7432c98
tests/assert.rs
@@ -0,0 +1,9 @@
1
+
2
+extern crate ndarray;
3
+#[macro_use]
4
+extern crate ndarray_linalg;
5
6
+#[test]
7
+fn assert() {
8
+ assert_rclose!(1.0, 1.0, 1e-7);
9
+}
0 commit comments