Skip to content

Commit

Permalink
chore: rm whitrespace
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Jul 14, 2023
1 parent 16fa392 commit 0369db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smpl/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ def plt_fit(datax, datay, gfunction, **kwargs):

def fitted(x):
return func(x, *rfit)

vnames = wrap.get_varnames(gfunction, kwargs["xvar"])
for v in vnames[1:]: # remove fixed parameters from kwargs
if v in kwargs:
Expand Down

0 comments on commit 0369db3

Please sign in to comment.