Make storage public for now.

This commit is contained in:
2020-03-10 09:45:17 +01:00
parent 9490bffd1e
commit bc4d41b24f

View File

@@ -18,7 +18,7 @@ pub enum BinaryModelFitMethod {
}
pub struct BinaryModel {
storage: Storage,
pub storage: Storage,
last_t: f64,
win_obs: BinaryModelObservation,
observations: Vec<Box<dyn Observation>>,