Removed tree display from tests
This commit is contained in:
parent
7a98924965
commit
dd1d7b8494
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ fn test_branch_sum() {
|
|||
.is_err()
|
||||
== false
|
||||
);
|
||||
formula.display_tree();
|
||||
let results = formula.run(vec![0f64, 1f64, 2f64, 3f64, 4f64, 5f64]);
|
||||
assert_eq!(results, vec![1f64, 2f64, 3f64, 4f64, 5f64, 6f64])
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue