fixed test
This commit is contained in:
parent
c71ed10e76
commit
9a33538499
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
use fapprox::learner::Learner;
|
||||
|
||||
mod formula;
|
||||
mod learner;
|
||||
mod node;
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
|
@ -12,7 +13,7 @@ fn main() {
|
|||
None,
|
||||
Some(10000),
|
||||
);
|
||||
let formula = learner.calculate_formula();
|
||||
let formula = learner.calculate_formula_debug();
|
||||
println!("{:?}", formula.as_text());
|
||||
formula.display_tree();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue