Skip to content

Commit beed905

Browse files
committed
extend test
1 parent 16d02c3 commit beed905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ase_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ def setUp(self):
481481
bulk_al = bulk("Al", a=4.0, cubic=True).repeat([2, 2, 2])
482482
bulk_au = bulk("Au", a=4.0, cubic=True).repeat([2, 2, 2])
483483
bulk_mix = bulk("Al", a=4.0, cubic=True).repeat([2, 2, 2])
484-
bulk_al_small = bulk("Al").repeat([2, 2, 2])
484+
bulk_al_small = bulk("Al")
485485
chemical_symbol_lst = np.array(bulk_mix.get_chemical_symbols())
486486
chemical_symbol_lst[: int(len(chemical_symbol_lst) / 2) - 1] = "Au"
487487
bulk_mix.set_chemical_symbols(chemical_symbol_lst)

0 commit comments

Comments
 (0)