From 8bbf9388f97cb100ee208ef51dd3aaf14e17ee21 Mon Sep 17 00:00:00 2001 From: Jakub Kaczmarzyk <jakub.kaczmarzyk@gmail.com> Date: Wed, 10 Jul 2024 17:59:21 -0400 Subject: [PATCH] expect 601 patches in docker output --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99598f8..452dc0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: test -f results/run_metadata_*.json test -f results/patches/JP2K-33003-1.h5 test -f results/model-outputs-csv/JP2K-33003-1.csv - test $(wc -l < results/model-outputs-csv/JP2K-33003-1.csv) -eq 675 + test $(wc -l < results/model-outputs-csv/JP2K-33003-1.csv) -eq 601 test-package: strategy: