Closed dnowacki-usgs closed 3 years ago
The default alpha value for the cone of influence is a string, '0.5'. This causes the error:
TypeError: alpha must be a float or None
This tiny fix changes the default from string to float and fixes the error.
+1
The pull request has been merged with the master branches and closes issue #4 .
Thanks Dan for the code, please note that pip repository will be updated after some minor other fixes.
The default alpha value for the cone of influence is a string, '0.5'. This causes the error:
TypeError: alpha must be a float or None
This tiny fix changes the default from string to float and fixes the error.