From 0007d3eff4ea8efa1a687cae923aef8b3575f492 Mon Sep 17 00:00:00 2001 From: remi-kazeroni Date: Mon, 3 Jul 2023 17:34:41 +0200 Subject: [PATCH 1/3] added array_api_support to the list of tags --- esmvaltool/diag_scripts/mlr/custom_sklearn.py | 1 + 1 file changed, 1 insertion(+) diff --git a/esmvaltool/diag_scripts/mlr/custom_sklearn.py b/esmvaltool/diag_scripts/mlr/custom_sklearn.py index 2e403163cb..198cbdc376 100644 --- a/esmvaltool/diag_scripts/mlr/custom_sklearn.py +++ b/esmvaltool/diag_scripts/mlr/custom_sklearn.py @@ -86,6 +86,7 @@ _DEFAULT_TAGS = { + 'array_api_support': False, 'non_deterministic': False, 'requires_positive_X': False, 'requires_positive_y': False, From c8c54f54f2c377250b80178af59c62bc597d916b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Kazeroni?= Date: Mon, 3 Jul 2023 17:42:36 +0200 Subject: [PATCH 2/3] run GA tests --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9cb266eaed..571f4b2ac8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,6 +6,7 @@ on: push: branches: - main + - fix_mlr_tags schedule: - cron: '0 0 * * *' From 42ada111048ea03fd4a1531a6ca4c11a0c97d9fe Mon Sep 17 00:00:00 2001 From: Bouwe Andela Date: Tue, 4 Jul 2023 08:57:38 +0200 Subject: [PATCH 3/3] Disable GitHub Action tests Co-authored-by: Valeriu Predoi --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 571f4b2ac8..9cb266eaed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,6 @@ on: push: branches: - main - - fix_mlr_tags schedule: - cron: '0 0 * * *'