pangeo-data / scikit-downscale

Statistical climate downscaling in Python
https://scikit-downscale.readthedocs.io/en/latest/
Apache License 2.0
185 stars 47 forks source link

change datatype of prediction to match the data type of the input #102

Closed orianac closed 2 years ago

orianac commented 2 years ago

The template originally was hardcoded with a dtype of object. This changes it to match the datatype of the inputs.