We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdde522 commit dc79621Copy full SHA for dc79621
tests/test_supercells.py
@@ -25,4 +25,3 @@ def test_ase_supercells(gan_struct):
25
sc_mat = _ase_cubic(gan_struct, min_atoms=4, max_atoms=8)
26
sc = gan_struct * sc_mat
27
assert 4 <= sc.num_sites <= 8
28
- assert False
0 commit comments