Skip to content

Commit 9bdfc4e

Browse files
committed
Fix dictISO_params load in solvers
1 parent 2772a49 commit 9bdfc4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commit/solvers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def init_regularisation(regularisation_params):
168168
#########################
169169
# ISOTROPIC COMPARTMENT #
170170
#########################
171-
# dictISO_params = regularisation_params.get('dictISO_params')
171+
dictISO_params = regularisation_params.get('dictISO_params')
172172
if regularisation_params['regISO'] is None:
173173
omegaISO = lambda x: 0.0
174174
if regularisation_params.get('nnISO')==True:

0 commit comments

Comments
 (0)