Skip to content

Commit 2ac22ff

Browse files
committed
replace K_sv with Ca_sv as it seems to interfer with LOBSTER test
1 parent 95484cd commit 2ac22ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
104 KB
Binary file not shown.
-97 KB
Binary file not shown.

tests/io/vasp/test_inputs.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,12 +1426,12 @@ def assert_config_equal(actual_config, expected_config) -> None:
14261426
],
14271427
)
14281428

1429-
# Test "sv" POTCARs (K_sv: 3s2 4s1 3p6)
1429+
# Test "sv" POTCARs (Ca_sv: 3s2 4s2 3p6)
14301430
assert_config_equal(
1431-
PotcarSingle.from_file(f"{FAKE_POTCAR_DIR}/POT_GGA_PAW_PBE_54/POTCAR.K_sv.gz").electron_configuration,
1431+
PotcarSingle.from_file(f"{FAKE_POTCAR_DIR}/POT_GGA_PAW_PBE_54/POTCAR.Ca_sv.gz").electron_configuration,
14321432
[
14331433
(3, "s", 2),
1434-
(4, "s", 1),
1434+
(4, "s", 2),
14351435
(3, "p", 6),
14361436
],
14371437
)

0 commit comments

Comments
 (0)