Skip to content
Snippets Groups Projects
Commit ffbe40ce authored by Erin (Josh) Rigler's avatar Erin (Josh) Rigler Committed by GitHub
Browse files

Update SqDistAlgorithm.py

fixed indentation
parent 37e9aa10
No related branches found
No related tags found
No related merge requests found
......@@ -329,7 +329,7 @@ class SqDistAlgorithm(Algorithm):
if l0 is None:
l = np.nanmean(yobs[0:int(m)])
if l is np.nan:
l = 0.
l = 0.
else:
l = l0
if not np.isscalar(l0):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment