Skip to content

Commit

Permalink
linting gods
Browse files Browse the repository at this point in the history
  • Loading branch information
rosecers authored and arthur-lin1027 committed Sep 6, 2024
1 parent 8801462 commit e426ce1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_ellipsoidal_density_projection.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ def add_default_params(frame):
ase.Atoms(symbols=["X"], positions=np.zeros((1, 3)), cell=(0, 0, 0), pbc=False)
)
TEST_QUAT_FRAME = add_default_params(
ase.Atoms(
symbols=["X", "O"], positions=[np.zeros(3), np.ones(3)], cell=(0, 0, 0)
)
ase.Atoms(symbols=["X", "O"], positions=[np.zeros(3), np.ones(3)], cell=(0, 0, 0))
)
TEST_MATRIX_FRAME = TEST_SINGLE_FRAME.copy()
TEST_MATRIX_FRAME.arrays["matrix"] = [np.eye(3)]
Expand Down

0 comments on commit e426ce1

Please sign in to comment.