orion-junkins / river-level-forecasting

Exploring various neural network architectures for river level forecasting
MIT License
3 stars 3 forks source link

Ensure Gauge ID is a String #164

Closed douglasdennis closed 9 months ago

douglasdennis commented 1 year ago

If gauge ID is not actually a string then the upstream library freaks out. This adds a warning if it isn't a string and then casts it to one.

Fixes #42

douglasdennis commented 1 year ago

Feel free to merge if you accept this.