Rename recursive fitter and binary model

This commit is contained in:
2021-10-27 11:05:43 +02:00
parent b2bf871500
commit 37746f6c02
15 changed files with 41 additions and 91 deletions

View File

@@ -5,10 +5,10 @@ mod item;
pub mod kernel;
mod linalg;
mod math;
mod model;
pub mod model;
pub mod observation;
mod storage;
mod utils;
pub use kernel::Kernel;
pub use model::*;
// pub use model::*;