From cf20141f685b2fa75cd086a41c8bb7c40841954e Mon Sep 17 00:00:00 2001 From: amyheather Date: Mon, 29 Jul 2024 09:23:41 +0100 Subject: [PATCH] docs(logbook): update day 6 (test-run) --- logbook/posts/2024_07_26/index.qmd | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/logbook/posts/2024_07_26/index.qmd b/logbook/posts/2024_07_26/index.qmd index 0612846..c301628 100644 --- a/logbook/posts/2024_07_26/index.qmd +++ b/logbook/posts/2024_07_26/index.qmd @@ -8,7 +8,7 @@ bibliography: ../../../quarto_site/references.bib ::: {.callout-note} -Finishing up research compendium. +Finishing up research compendium, and test-run from Tom. ::: @@ -209,4 +209,14 @@ Tried switching to conda-forge again. No difference. ## Untimed: Docker on container registry -Activated the GitHub action to publish the docker image on GHCR. Followed my instructions to build that and test run: all fine. \ No newline at end of file +Activated the GitHub action to publish the docker image on GHCR. Followed my instructions to build that and test run: all fine. + +## Untimed: Test run from Tom + +Tom tested the scripts. + +The docker container built correctly and launched. + +Pytest ran fine and quick. + +`reproduction.ipynb` failed as it couldn't access `../original_study/[CSV file]`, as docker container only contains `reproduction/`. Subsequently, I'll add the required files to the container. \ No newline at end of file