We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ef6fa commit 0b9a132Copy full SHA for 0b9a132
1 file changed
harp/io.py
@@ -4,7 +4,7 @@
4
import numpy as np
5
import pandas as pd
6
7
-_SECONDS_PER_TICK = 32e6
+_SECONDS_PER_TICK = 32e-6
8
payloadtypes = {
9
1: np.dtype(np.uint8),
10
2: np.dtype(np.uint16),
0 commit comments