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 2c95aff commit 8090776Copy full SHA for 8090776
tests/command_line/test_chargemol_caller.py
@@ -93,7 +93,6 @@ def test_parse_chargemol(monkeypatch, mock_xyz):
93
94
95
def fake_download(self, version: str = "latest", verbose: bool = True) -> None:
96
- print("fake download")
97
extraction_path = "~/.cache/pymatgen/ddec"
98
os.makedirs(os.path.expanduser(extraction_path), exist_ok=True)
99
0 commit comments