diff --git a/app-proto/src/engine.rs b/app-proto/src/engine.rs index 8b5d982..9d238a3 100644 --- a/app-proto/src/engine.rs +++ b/app-proto/src/engine.rs @@ -403,7 +403,7 @@ pub fn realize_gram( ); return Realization { result, history } } - + // find the dimension of the search space let element_dim = guess.nrows(); let total_dim = element_dim * assembly_dim;