Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuan Chiang committed Jan 2, 2024
1 parent 2c95aff commit 65eb4fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/command_line/test_chargemol_caller.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def test_parse_chargemol(monkeypatch, mock_xyz):


def fake_download(self, version: str = "latest", verbose: bool = True) -> None:
print("fake download")
extraction_path = "~/.cache/pymatgen/ddec"
os.makedirs(os.path.expanduser(extraction_path), exist_ok=True)

Expand Down

0 comments on commit 65eb4fe

Please sign in to comment.