schism-dev / pyschism

Python interface for handling the SCHISM model.
https://schism-dev.github.io/schism/master/getting-started/pre-processing-with-pyschism/overview.html
Apache License 2.0
25 stars 21 forks source link

Fix best track forcing issue due to dependency update #68

Closed SorooshMani-NOAA closed 1 year ago

SorooshMani-NOAA commented 1 year ago

Fixes #64

SorooshMani-NOAA commented 1 year ago

@cuill I added generic *args and **kwargs for the constructor so that it doesn't conflict with unused arguments from upstream. I also added a new test to check if reading from file (the issue in #64) works fine.

cuill commented 1 year ago

@SorooshMani-NOAA Thanks.