Skip to content

Commit ffdb0c1

Browse files
committed
try fix KeyError: 'atomate/vasp/firetasks/tests/test_lobster_tasks.py::TestLobsterRunToDb::test_jsonfile_si'
1 parent 3130fd7 commit ffdb0c1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/combine_durations.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,7 @@
1515

1616
for path in split_paths:
1717
durations = json.loads(path.read_text())
18-
new_durations.update(
19-
{
20-
key: duration
21-
for key, duration in durations.items()
22-
if previous_durations[key] != duration
23-
}
24-
)
18+
new_durations.update(durations)
2519

2620
durations_path.parent.mkdir(parents=True, exist_ok=True)
2721
durations_path.write_text(json.dumps(new_durations))

0 commit comments

Comments
 (0)