Skip to content

Commit 9533b01

Browse files
committed
Merge branch 'main' into qcinput-vdw
2 parents 756e7da + 8e06e45 commit 9533b01

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

atomate/vasp/workflows/tests/test_vasp_workflows.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ def test_SCAN_no_bandgap(self):
630630

631631
def test_SCAN_small_bandgap(self):
632632
# A structure with a small bandgap (LiH) should result in a KSPACING
633-
# value of 0.34292
633+
# value of 0.40503
634634

635635
structure = Structure.from_file(
636636
os.path.join(reference_dir, "PBESol_pre_opt_for_SCAN_LiH/inputs", "POSCAR")
@@ -671,7 +671,7 @@ def test_SCAN_small_bandgap(self):
671671
incar = Incar.from_file(os.path.join(self._get_launch_dir()[1], "INCAR.gz"))
672672
for p in incar.keys():
673673
if p == "KSPACING":
674-
self.assertAlmostEqual(incar[p], 0.34292, 4)
674+
self.assertAlmostEqual(incar[p], 0.40503, 4)
675675
elif p == "SIGMA":
676676
self.assertEqual(incar[p], 0.05)
677677
elif p == "ICHARG":

requirements-ci.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ pytest==6.2.4
22
pytest-cov==2.12.1
33
coverage==5.5
44
coveralls==3.1.0
5-
moto==2.0.9
6-
boto3==1.17.93
5+
moto==2.0.10
6+
boto3==1.17.97

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy==1.20.3
2-
scipy==1.6.3
2+
scipy==1.7.0
33
FireWorks==1.9.7
44
pymatgen-analysis-diffusion==2021.4.29
55
monty==2021.6.10
@@ -8,10 +8,10 @@ tqdm==4.61.1
88
pybtex==0.24.0
99
ruamel.yaml==0.17.9
1010
pandas==1.2.4
11-
pymatgen==2022.0.9
11+
pymatgen==2022.0.10
1212
custodian==2021.2.8
1313
networkx==2.5.1
1414
pydash==5.0.0
1515
pyyaml==5.4.1
16-
maggma==0.29.0
16+
maggma==0.29.2
1717
scikit-image==0.18.1

0 commit comments

Comments
 (0)