Skip to content

Commit 7432c98

Browse files
committed
Add test to reproduce #72
1 parent 9b8fd25 commit 7432c98

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/assert.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)