Skip to content

Merge branch 'develop' into feature/from_netcdf_fast #1190

Merge branch 'develop' into feature/from_netcdf_fast

Merge branch 'develop' into feature/from_netcdf_fast #1190

GitHub Actions / Core / Unit Test Results (3.10) failed Feb 5, 2025 in 0s

1 fail, 716 pass in 8m 54s

717 tests  ±0   716 ✅  - 1   8m 54s ⏱️ - 1m 25s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     1 ❌ +1 

Results for commit d84f9ee. ± Comparison against earlier commit 1504128.

Annotations

Check warning on line 0 in climada.util.test.test_files.TestDownloadUrl

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.10)

test_wrong_url_fail (climada.util.test.test_files.TestDownloadUrl) failed

tests_xml/tests.xml [took 0s]
Raw output
AssertionError: ValueError not raised
self = <climada.util.test.test_files.TestDownloadUrl testMethod=test_wrong_url_fail>

    def test_wrong_url_fail(self):
        """Error raised when wrong url."""
        url = "https://ngdc.noaa.gov/eog/data/web_data/v4composites/F172012.v4.tar"
        try:
>           with self.assertRaises(ValueError):
E           AssertionError: ValueError not raised

climada/util/test/test_files.py:41: AssertionError