We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52e15b commit af9dc0bCopy full SHA for af9dc0b
src/nwp_consumer/internal/repositories/raw_repositories/test_mo_datahub.py
@@ -37,7 +37,6 @@ def test__download(self) -> None:
37
38
self.assertIsInstance(dl_result, Success, msg=f"{dl_result!s}")
39
40
- @patch.dict(os.environ, {"MODEL": "um-global-10km-india"}, clear=True)
41
def test_convert(self) -> None:
42
"""Test the _convert method."""
43
0 commit comments