File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
climada_petals/hazard/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727class TestReader (unittest .TestCase ):
2828 """Test loading functions from the Drought class"""
2929
30- # for running this test, drought must be set up first, which by default requires downloading
31- # 340M file from https://digital.csic.es/, if it is not present
30+ # when running this test, drought will be _set up_ first, which by default involves
31+ # downloading a 340M file from https://digital.csic.es/, if it is not already present
3232 # for saving resources we skip the test unless the file has been downloaded beforehand
3333 @unittest .skipUnless (Path (SPEI_FILE_DIR , SPEI_FILE_NAME ).is_file (),
3434 "the SPEI file is missing, run `Drought().setup()` before running this test" )
You can’t perform that action at this time.
0 commit comments