Skip to content

Commit

Permalink
Merge branch 'class_format' of github.com:benshi97/quacc into class_f…
Browse files Browse the repository at this point in the history
…ormat
  • Loading branch information
benshi97 committed Jun 10, 2024
2 parents a94c5ee + c784ebd commit 0e9eecb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/core/atoms/test_skzcam.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import annotations

import gzip
import shutil
import os
from copy import deepcopy
from pathlib import Path

Expand All @@ -11,7 +11,6 @@
from ase.calculators.calculator import compare_atoms
from ase.io import read
from numpy.testing import assert_allclose, assert_equal
import os

from quacc.atoms.skzcam import (
CreateSKZCAMClusters,
Expand Down Expand Up @@ -1197,7 +1196,7 @@ def test_CreateSKZCAMClusters_run_chemshell(skzcam_clusters, tmp_path):
skzcam_clusters_nowrite = deepcopy(skzcam_clusters)
skzcam_clusters_nowrite.convert_slab_to_atoms()
skzcam_clusters_nowrite.run_chemshell(
filepath= tmp_path / "ChemShell_Cluster.pun",
filepath=tmp_path / "ChemShell_Cluster.pun",
chemsh_radius_active=5.0,
chemsh_radius_cluster=10.0,
write_xyz_file=False,
Expand All @@ -1206,7 +1205,7 @@ def test_CreateSKZCAMClusters_run_chemshell(skzcam_clusters, tmp_path):

skzcam_clusters.convert_slab_to_atoms()
skzcam_clusters.run_chemshell(
filepath= tmp_path / "ChemShell_Cluster.pun",
filepath=tmp_path / "ChemShell_Cluster.pun",
chemsh_radius_active=5.0,
chemsh_radius_cluster=10.0,
write_xyz_file=True,
Expand Down

0 comments on commit 0e9eecb

Please sign in to comment.