We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2772a49 commit 9bdfc4eCopy full SHA for 9bdfc4e
1 file changed
commit/solvers.py
@@ -168,7 +168,7 @@ def init_regularisation(regularisation_params):
168
#########################
169
# ISOTROPIC COMPARTMENT #
170
171
- # dictISO_params = regularisation_params.get('dictISO_params')
+ dictISO_params = regularisation_params.get('dictISO_params')
172
if regularisation_params['regISO'] is None:
173
omegaISO = lambda x: 0.0
174
if regularisation_params.get('nnISO')==True:
0 commit comments