blaylockbk / goes2go

Download and process GOES-16 and GOES-17 data from NOAA's archive on AWS using Python.
https://goes2go.readthedocs.io/
MIT License
205 stars 38 forks source link

Convert assert statements to raise #98

Open blaylockbk opened 4 months ago

blaylockbk commented 4 months ago

Yeah, I've learned my lesson on this. assert is really only used for writing tests. I should have been using raise to raise the errors.