Closed huard closed 5 years ago
subset_bbox and subset_gridpoint use '' as a default. Since te expected values are floats, using a string as a default could be confusing for users and maintainers. I suggest using None as the empty default.
''
Fixed by #168
Description
subset_bbox and subset_gridpoint use
''
as a default. Since te expected values are floats, using a string as a default could be confusing for users and maintainers. I suggest using None as the empty default.