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;
|
use fapprox::learner::Learner;
|
||||||
|
|
||||||
mod formula;
|
mod formula;
|
||||||
|
mod learner;
|
||||||
mod node;
|
mod node;
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests;
|
mod tests;
|
||||||
|
|
@ -12,7 +13,7 @@ fn main() {
|
||||||
None,
|
None,
|
||||||
Some(10000),
|
Some(10000),
|
||||||
);
|
);
|
||||||
let formula = learner.calculate_formula();
|
let formula = learner.calculate_formula_debug();
|
||||||
println!("{:?}", formula.as_text());
|
println!("{:?}", formula.as_text());
|
||||||
formula.display_tree();
|
formula.display_tree();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue