From af41861e1ab6b8d2e14a95b966ae842727c3b1f1 Mon Sep 17 00:00:00 2001 From: Richard Reeve Date: Wed, 12 Jul 2023 14:39:27 +0100 Subject: [PATCH 1/2] Don't use --ci --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index e71ae72..394b286 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,7 @@ At this point you can configure `fair` to run in this repo. Either run: fair init ``` -And fill in your own details, or simply run: - -```sh -fair init --ci -``` - -In this case the CLI will initialise the repo with dummy values that are used for continuous integration testing. +And fill in your own details. Finally you can run the example! From e3a23ecc956eddb6a455670cb08661c8d10ba7ac Mon Sep 17 00:00:00 2001 From: Bram Boskamp Date: Wed, 7 Feb 2024 10:34:09 +0000 Subject: [PATCH 2/2] fromprep yaml needed a file_type --- src/main/resources/fromprep.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/fromprep.yaml b/src/main/resources/fromprep.yaml index be97265..27bf1d5 100644 --- a/src/main/resources/fromprep.yaml +++ b/src/main/resources/fromprep.yaml @@ -12,5 +12,6 @@ read: write: - data_product: SEIRS_model/results/fromPreparedParams + file_type: csv use: version: 0.0.1