Skip to content

Commit 2a7bf9c

Browse files
bogovicjjakirkhamdstansby
authored
FixedScaleOffset doc: change scale parameter type to float (#356)
Co-authored-by: jakirkham <[email protected]> Co-authored-by: David Stansby <[email protected]>
1 parent 4784a52 commit 2a7bf9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numcodecs/fixedscaleoffset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class FixedScaleOffset(Codec):
1515
----------
1616
offset : float
1717
Value to subtract from data.
18-
scale : int
18+
scale : float
1919
Value to multiply by data.
2020
dtype : dtype
2121
Data type to use for decoded data.

0 commit comments

Comments
 (0)