Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kfanning committed Jun 6, 2023
1 parent fc1f1f8 commit 1f4ab81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/lssimpute/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def imputation_fits(self, catver='observed', mode='physical'):
elif fitt[i] == 'quad_l':
model = ImputeModel.model_quad_lorentz
if self.fit:
if 'quad' in self.fitt[i]:
if 'quad' in fitt[i]:
params = (amp[i], sig[i], slope[i], intercept[i], quad[i])
else:
params = (amp[i], sig[i], slope[i], intercept[i])
Expand Down

0 comments on commit 1f4ab81

Please sign in to comment.