Skip to content

Commit a708d2e

Browse files
Merge pull request #191 from bastonero/fix/test-aiida-sssp
Bump SSSP version to 1.3 in tests
2 parents a048fa8 + 45fa397 commit a708d2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def sssp(aiida_profile, generate_upf_data):
168168
'cutoff_rho': 240.0,
169169
}
170170

171-
label = 'SSSP/1.2/PBEsol/efficiency'
171+
label = 'SSSP/1.3/PBEsol/efficiency'
172172
family = SsspFamily.create_from_folder(dirpath, label)
173173

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

0 commit comments

Comments
 (0)