Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bertiqwerty committed Jul 29, 2024
1 parent 633657e commit 3a405fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,8 @@ fn test_op_reprs() {
println!("deepex...");
test_::<DeepEx<f64>>(s, uo_reference, bo_reference, ao_reference);
}
test("x*y", &[], &["*"], &["*"]);
test("x+y", &[], &["+"], &["+"]);
test("atan2(0.2/y, x)", &[], &["atan2", "/"], &["atan2", "/"]);
test("-x", &["-"], &[], &["-"]);
test("sin(-x)", &["-", "sin"], &[], &["-", "sin"]);
Expand Down

0 comments on commit 3a405fc

Please # to comment.