Skip to content

Commit

Permalink
fix test_cgnr
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrederiksen committed Nov 6, 2023
1 parent 0318045 commit 7adc99c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sisl/geom/tests/test_geom.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ def test_zgnr():


def test_cgnr():
a = cgnr(3, 1, 6)
a = cgnr(3, 1, 6, bond=1.6)
a = cgnr(3, 1, 6, atoms=["B", "N"])
cgnr(6, (3, 1), vacuum=0)
cgnr(6, (3, 1), bond=1.6)
a = cgnr(6, (3, 1), atoms=["B", "N"])
assert is_right_handed(a)


Expand Down

0 comments on commit 7adc99c

Please sign in to comment.