Tests written in layout.rs

added staged_parameters to ClusterLayout
removed the serde(default) -> will need a migration function
This commit is contained in:
Mendes
2022-10-10 17:19:25 +02:00
parent 911eb17bd9
commit fcf9ac674a
4 changed files with 105 additions and 143 deletions
-14
View File
@@ -419,17 +419,3 @@ fn cycles_of_1_forest(forest: &[Option<usize>]) -> Vec<Vec<usize>> {
}
//====================================================================================
//====================================================================================
//====================================================================================
//====================================================================================
//====================================================================================
//====================================================================================
#[cfg(test)]
mod tests {
use super::*;
}