Skip to content

Commit

Permalink
Bump SSSP version to 1.3 in tests
Browse files Browse the repository at this point in the history
aiida-quantumespresso has now by default SSSP v1.3 efficiency.
The fake SSSP pseudo family is therefore updated corrispondingly.
  • Loading branch information
bastonero committed Feb 9, 2024
1 parent e924b3d commit a7f604a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def sssp(aiida_profile, generate_upf_data):
'cutoff_rho': 240.0,
}

label = 'SSSP/1.2/PBEsol/efficiency'
label = 'SSSP/1.3/PBEsol/efficiency'
family = SsspFamily.create_from_folder(dirpath, label)

family.set_cutoffs(cutoffs, stringency, unit='Ry')
Expand Down

0 comments on commit a7f604a

Please sign in to comment.