Skip to content

Commit 29d0e2f

Browse files
improve wording
1 parent b1124df commit 29d0e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

climada_petals/hazard/test/test_drought.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
class 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")

0 commit comments

Comments
 (0)