Skip to content

Commit cfe44a7

Browse files
committed
Use int16 for spy_colors dtype
1 parent 41d0f96 commit cfe44a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spectral/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@ class SpySettings:
157157
[100, 0, 100],
158158
[200, 0, 200],
159159
[0, 100, 100],
160-
[0, 200, 200]], np.int8)
160+
[0, 200, 200]], np.int16)

0 commit comments

Comments
 (0)