Skip to content

Commit

Permalink
Update tests/spin/test_lattice.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ddhawan11 authored Sep 20, 2024
1 parent 2c0c7b0 commit d9f9144
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/spin/test_lattice.py
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,6 @@ def test_custom_edges(vectors, positions, n_cells, custom_edges, expected_edges)
n_cells=n_cells, vectors=vectors, positions=positions, custom_edges=custom_edges
)
assert np.all(np.isin(expected_edges, lattice.edges))
=======
def test_dimension_error():
r"""Test that an error is raised if wrong dimension is provided for a given lattice shape."""
n_cells = [5, 5, 5]
Expand Down

0 comments on commit d9f9144

Please sign in to comment.