Skip to content

Commit aa2fcd3

Browse files
committed
natural type
1 parent ae94fc5 commit aa2fcd3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/histutils/convert/__main__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
from pathlib import Path
2323
from sys import argv
24-
from numpy import int64
2524
import logging
2625

2726
#
@@ -100,7 +99,7 @@ def dmclooper(p: dict):
10099
help="frame indices of file (not raw)",
101100
nargs=3,
102101
metavar=("start", "stop", "stride"),
103-
type=int64,
102+
type=int,
104103
) # don't use string
105104
p.add_argument("-m", "--movie", help="seconds per frame. ", type=float)
106105
p.add_argument(

0 commit comments

Comments
 (0)