Skip to content

Commit

Permalink
cleaning up flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Sanchez authored and Javier Sanchez committed Jul 9, 2024
1 parent 9fbc5c2 commit e2eec40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion augur/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def f(self, x, labels, pars_fid, sys_fid):
else:
if isinstance(labels, list):
raise ValueError('x is a scalar and labels has more than one entry')

if isinstance(x, list):
x = np.array(x)
# Scalar variable
Expand Down

0 comments on commit e2eec40

Please sign in to comment.