Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlam committed May 28, 2020
1 parent 176bc4f commit 9ad2edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypulse/singlepulse.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ def doreturn(plot=False, filename=None, save=False):
#print F, RSS_funcA, RSS_funcB, nparamA, nparamB, p_value
if p_value > alpha: # if p_value < alpha, then B is significant, so keep going
# Replace old values
return doreturn(plot=plot, filenae=filename, save=save)
return doreturn(plot=plot, filename=filename, save=save)
nparamA = nparamB
residsA = residsB
RSS_funcA = RSS_funcB
Expand Down

0 comments on commit 9ad2edc

Please sign in to comment.