From a8368151e862786b122e17adeb3cf90c5b18eec3 Mon Sep 17 00:00:00 2001 From: "David W.H. Swenson" Date: Thu, 17 Jun 2021 16:22:19 -0400 Subject: [PATCH 1/2] Add tests for Python 3.8, 3.9 --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d21b912..f5fd2c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,10 @@ jobs: name: "Test answer key" strategy: matrix: - CONDA_PY: [3.7] + CONDA_PY: + - 3.7 + - 3.8 + - 3.9 steps: - uses: actions/checkout@v2 From 9cccd9f4a9a5b626ae82ba85a2919a868fb02a5e Mon Sep 17 00:00:00 2001 From: "David W.H. Swenson" Date: Fri, 18 Jun 2021 00:20:24 -0400 Subject: [PATCH 2/2] Add committor analysis to tests (Probably temporarily) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5fd2c2..834de8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,4 +49,5 @@ jobs: pytest --nbval-lax \ 1_tps_sampling_tutorial.ipynb \ 2_tps_analysis_tutorial.ipynb \ + 3_committor_analysis_tutorial.ipynb \ 4_mstis_sampling_tutorial.ipynb