comet-toolkit / obsarray

Measurement uncertainty handling in Python
GNU Lesser General Public License v3.0
7 stars 1 forks source link

patch/uint8-deprecation-warning #18

Closed JamieMcMillan closed 9 months ago

JamieMcMillan commented 10 months ago

Casting a signed integer to an unsigned type was raising deprecation warnings

Added location for FutureDeprecation warning

Check out this PR for a simple solution to resolve.