Skip to content

Commit 0b9a132

Browse files
committed
Fix constant definition
1 parent f8ef6fa commit 0b9a132

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

harp/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import numpy as np
55
import pandas as pd
66

7-
_SECONDS_PER_TICK = 32e6
7+
_SECONDS_PER_TICK = 32e-6
88
payloadtypes = {
99
1: np.dtype(np.uint8),
1010
2: np.dtype(np.uint16),

0 commit comments

Comments
 (0)