Skip to content

Commit

Permalink
consistently num_points, as discussed in #99
Browse files Browse the repository at this point in the history
  • Loading branch information
aewallin committed Jul 25, 2019
1 parent bffddf4 commit 7e4bb07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional_tests/test_overwrite.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_overwrite():
https://github.com/aewallin/allantools/issues/76
"""
x1 = at.noise.white(num_points=1024)
x2 = at.noise.pink(N=1024)
x2 = at.noise.pink(num_points=1024)
ds1 = at.Dataset(x1)
ds2 = at.Dataset(x2)
r1 = ds1.compute('oadev')
Expand Down

0 comments on commit 7e4bb07

Please sign in to comment.