Skip to content

Commit

Permalink
Change growing result offset dtype to int64 (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
WenzDaniel committed Jul 8, 2021
1 parent 546ab58 commit ba3eb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strax/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def docstring_inheriting_decorator(fn):


@export
def growing_result(dtype=np.int, chunk_size=10000):
def growing_result(dtype=np.int64, chunk_size=10000):
"""Decorator factory for functions that fill numpy arrays
Functions must obey following API:
Expand Down

0 comments on commit ba3eb8e

Please sign in to comment.