Skip to content

Commit

Permalink
FixedScaleOffset doc: change scale parameter type to float (#356)
Browse files Browse the repository at this point in the history
Co-authored-by: jakirkham <jakirkham@gmail.com>
Co-authored-by: David Stansby <dstansby@gmail.com>
  • Loading branch information
3 people authored Aug 24, 2024
1 parent 4784a52 commit 2a7bf9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numcodecs/fixedscaleoffset.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class FixedScaleOffset(Codec):
----------
offset : float
Value to subtract from data.
scale : int
scale : float
Value to multiply by data.
dtype : dtype
Data type to use for decoded data.
Expand Down

0 comments on commit 2a7bf9c

Please sign in to comment.