spencerahill / aospy

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

Fix description of date_ranges #310

Closed jdossgollin closed 5 years ago

jdossgollin commented 5 years ago

This PR updates the documentation in the described calc_suite_specs argument to submit_mult_calcs in automate.py. Specifically, it fixes old documentation which called for a tuple of datetime.datetime objects, and clarifies that (1) a list of tuples is expected, and (2) other objects, which may be datetime.datetime but also other interpretable objects, are allowed.

closes: #295

spencerahill commented 5 years ago

Great, thanks @jdossgollin!