Commit 0ba4132d authored by ricorne's avatar ricorne
Browse files

Fix bug in exceptional logging call

parent cc78128b
...@@ -241,7 +241,7 @@ class S88: ...@@ -241,7 +241,7 @@ class S88:
self.meth) self.meth)
if np.all(np.isnan(self.cd10n)): if np.all(np.isnan(self.cd10n)):
logging.info('break %s at iteration %s cd10n<0', meth, it) logging.info('break %s at iteration %s cd10n<0', self.meth, it)
break break
self.psim[ind] = psim_calc( self.psim[ind] = psim_calc(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment