Skip to content

Commit

Permalink
adapting tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndresOrtegaGuerrero committed Nov 28, 2024
1 parent d9b6cf7 commit bc080f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pseudo.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def test_pseudos_settings(generate_structure_data, generate_upf_data):
# Test spin-orbit-dependent family change
model.spin_orbit = "soc"
model.protocol = "moderate"
assert model.family == f"PseudoDojo/{PSEUDODOJO_VERSION}/PBE/FR/standard/upf"
assert model.family == f"PseudoDojo/{PSEUDODOJO_VERSION}/PBEsol/FR/standard/upf"

# Reset the external dependencies of the model
model.spin_orbit = "wo_soc"
Expand Down

0 comments on commit bc080f4

Please sign in to comment.