SBFRF / pyDIWASP

DIWASP directional wave data processing package for python
https://github.com/metocean/diwasp
GNU General Public License v3.0
15 stars 9 forks source link

None has no len(), so check for that #10

Closed dnowacki-usgs closed 4 months ago

dnowacki-usgs commented 4 months ago

I was getting errors when not passing Options_ to dirspec, since the default Options_=None has no len(). This fixes that.

SBFRF commented 4 months ago

Thanks!