spencerahill / aospy

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

utils.io._robust_bool and utils.io.get_parent_attr are no longer used #264

Closed spencerkclark closed 6 years ago

spencerkclark commented 6 years ago

I was glancing at a recent Coveralls build and noticed that we do not have test coverage for utils.io._robust_bool or utils.io.get_parent_attr. A quick grep indicated that we do not use these functions internally within aospy anymore. Is there a reason to keep them?

spencerahill commented 6 years ago

Good catch. No reason that I can think of --- let's dump them.