Open eyvorchuk opened 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)).
/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().
resolutions
set()
I am running Python 3.6.8 and the output is in the file below. test_resolution_filter warning message.pdf
Python 3.6.8
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 toset()
.I am running
Python 3.6.8
and the output is in the file below. test_resolution_filter warning message.pdf