spencerahill / aospy

Python package for automated analysis and management of gridded climate data
Apache License 2.0
83 stars 12 forks source link

Improve error messages #246

Open spencerkclark opened 6 years ago

spencerkclark commented 6 years ago

I have come to notice that minor mistakes in the setup of one's object library can lead to pretty inscrutable error messages, which make it difficult for new users to figure out what might have gone wrong (frequently diagnosing the issue requires knowledge of aospy's internals). In many cases, it shouldn't have to be this way.

Two that I've recently come across are:

I'm guessing there are others, which we can add to this list as they come up.

spencerahill commented 6 years ago

Totally agree. #136 is related for DataLoaders.

spencerahill commented 6 years ago

277 addressed the second of these for GFDLDataLoaders