Simplify the realization triggering system #105

Merged
glen merged 6 commits from Vectornaut/dyna3:reactive-realization-cleanup into main 2025-07-31 22:21:34 +00:00
Showing only changes of commit ca57fbce86 - Show all commits

View file

@ -403,7 +403,7 @@ pub fn realize_gram(
); );
return Realization { result, history } return Realization { result, history }
} }
// find the dimension of the search space // find the dimension of the search space
let element_dim = guess.nrows(); let element_dim = guess.nrows();
let total_dim = element_dim * assembly_dim; let total_dim = element_dim * assembly_dim;