-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue setup small fix + optional meas_pattern (#45)
- fix check/init stimulation and permitivity - solve, solve_eit, compute_jac and compute_b_matrix allow topass None ex_mat and None perm so we need to set them in each scope of those methods - notes: they are afterwards not memory in forward (only in eitbase) - rename _get in check fro better readability - add option to pass meas_pattern - need to be tested and documented - using of kwargs - typing error and some formatting - fix boolean comparison of ndarray - make dafualt val of ex_mat dependet of n_el - Add tests - add the default call (without arg) of solve, solve_eit, compute_jac, compute _b - Add test for optional meas_pattern - in fem.py improve the error str
- Loading branch information
Showing
3 changed files
with
205 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.