pacificclimate / climate-explorer-data-prep

0 stars 0 forks source link

Fix "tests/test_create_climo_files.py::test_resolution_filter" test #112

Open eyvorchuk opened 4 years ago

eyvorchuk commented 4 years ago

This test passes but yields two warnings that say

/storage/home/eyvorchuk/climate-explorer-data-prep/dp/generate_climos.py:247: UserWarning: None of the selected output resolutions %s are computable from a file with %s temporal resolution .format(' ,'.join(output_resolutions), time_resolution)).

This occurs when resolutions is equal to set().

I am running Python 3.6.8 and the output is in the file below. test_resolution_filter warning message.pdf