Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaelman committed Jan 16, 2025
1 parent 0f1141b commit 7a9288e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_quantumespressoparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_scf(parser):
assert len(sec_method.dft.xc_functional.exchange) == 1
assert sec_method.x_qe_xc_igcc_name == 'pbc'
assert sec_method.dft.xc_functional.exchange[0].name == 'GGA_X_PBE'
assert sec_method.electronic.n_electrons[0] == 8
assert sec_method.electronic.n_electrons == 8
assert sec_method.electronic.n_spin_channels == 1
sec_atoms = sec_method.atom_parameters
assert len(sec_atoms) == 2
Expand Down

0 comments on commit 7a9288e

Please sign in to comment.