Skip to content

Commit

Permalink
Fixed argument to aliasedcorrelator
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfrederick committed Dec 7, 2023
1 parent fb10aa2 commit ccdb269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rapidtide/tests/test_aliasedcorrelate.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_aliasedcorrelate(displayplots=False):
)

theAliasedCorrelator = AliasedCorrelator(sighi, Fs_hi, numsteps)
aliasedcorrelate_result2 = theAliasedCorrelator.apply(siglo, 0.0)
aliasedcorrelate_result2 = theAliasedCorrelator.apply(siglo, 0)

if displayplots:
plt.figure()
Expand Down

0 comments on commit ccdb269

Please sign in to comment.