Stop printing the projection basis

This commit is contained in:
Aaron Fenyes 2025-01-24 12:44:41 -08:00
parent 2f3fc2ed6e
commit f9026c847a

View File

@ -130,12 +130,6 @@ impl ConfigSubspace {
// express the basis in the standard coordinates
let basis_std = proj_to_std * &basis_proj;
// print the projection basis in projection coordinates
#[cfg(all(target_family = "wasm", target_os = "unknown"))]
console::log_1(&JsValue::from(
format!("Basis in projection coordinates:{}", basis_proj)
));
const ELEMENT_DIM: usize = 5;
const UNIFORM_DIM: usize = 4;
ConfigSubspace {