Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Apr 26, 2024
1 parent 20deb1a commit 8f9016c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pg.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
def getrand(N, float=False):
# simple deterministic pseudo-random number generator
a, c = 1103515245, 12345
m = 2 ^ 31
m = 2**31
arr = np.zeros(N)
arr[0] = 1
for i in range(1, N):
Expand Down

0 comments on commit 8f9016c

Please sign in to comment.