From 71718eeb4875ad27a71e365e547b381187a1213c Mon Sep 17 00:00:00 2001 From: Sean Kavanagh Date: Mon, 9 Oct 2023 11:29:58 +0100 Subject: [PATCH] Remove max parallel constraint from GH Actions testing --- .github/workflows/pip_install_test.yml | 1 - .github/workflows/test.yml | 1 - docs/Dev_ToDo.md | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pip_install_test.yml b/.github/workflows/pip_install_test.yml index f741d325..ee76bd0b 100644 --- a/.github/workflows/pip_install_test.yml +++ b/.github/workflows/pip_install_test.yml @@ -16,7 +16,6 @@ jobs: strategy: fail-fast: false - max-parallel: 5 matrix: python-version: [ '3.8', '3.9', '3.10', '3.11' ] diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2608fb94..6c895bc0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,6 @@ jobs: build: strategy: fail-fast: false - max-parallel: 5 matrix: python-version: [ '3.8', '3.9', '3.10', '3.11' ] diff --git a/docs/Dev_ToDo.md b/docs/Dev_ToDo.md index be4795d5..db56d1c7 100644 --- a/docs/Dev_ToDo.md +++ b/docs/Dev_ToDo.md @@ -128,7 +128,7 @@ - Docs: - Create GGA practice workflow, for people to learn how to work with doped and defect calculations - - Add note about `NUPDOWN` for triplet states (bipolarons or dimers (e.g. C-C in Si apparently has ~0.5 eV energy splitting (10.1038/s41467-023-36090-2), and O-O in STO from Kanta?)). + - Add note about `NUPDOWN` for triplet states (bipolarons or dimers (e.g. C-C in Si apparently has ~0.5 eV energy splitting (10.1038/s41467-023-36090-2), and 0.4 eV for O-O in STO from Kanta, but smaller for VCd bipolaron in CdTe)). - Add our recommended workflow (gam, NKRED, std, ncl). See https://sites.tufts.edu/andrewrosen/density-functional-theory/vasp/ for some possibly useful general tips. - Update parsing notebook to reflect preferred usage of eFNV correction (rather than FNV with LOCPOTs). - Cite https://iopscience.iop.org/article/10.1088/1361-648X/acd3cf for validation of Voronoi tessellation