Commit bf238ff
Hanna Ruth
FIX: fixed typing issue with downsample scale. When a task is loaded, integer types are loaded as np.int64. Having downsample=1 and downsampling.enabled=False caused the PMA loop to return a float64 array instead of the desired float32 array. I updated the PMA class to deal with this, but I should really be updating the loader instead.
1 parent 36ffaf7 commit bf238ff
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments