hydroframe / hf_hydrodata

Other
5 stars 0 forks source link

fix bug when omitting temporal_resolution #160

Closed wh3248 closed 6 months ago

wh3248 commented 6 months ago

Fix a bug that occurs if you omit temporal_resolution from a call to get_gridded_files(), but when the temporal_resolution is not ambiguous and is unnecessary to pass to the function.

Also removed some print() statements left in from some previous commits.