Add commas after match arms wrapped in blocks
All checks were successful
/ test (pull_request) Successful in 3m29s
All checks were successful
/ test (pull_request) Successful in 3m29s
This commit is contained in:
parent
ebad512a03
commit
bfd5d8e35f
4 changed files with 14 additions and 14 deletions
|
@ -474,7 +474,7 @@ pub fn realize_gram(
|
|||
None => return Realization {
|
||||
result: Err("Cholesky decomposition failed".to_string()),
|
||||
history,
|
||||
}
|
||||
},
|
||||
};
|
||||
let base_step_stacked = hess_cholesky.solve(&neg_grad_stacked);
|
||||
let base_step = base_step_stacked.reshape_generic(Dyn(element_dim), Dyn(assembly_dim));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue