From f0bc2a6959f2cad3a77f567c7d738a4570db5ef0 Mon Sep 17 00:00:00 2001
From: Maciej Wielgosz <maciej.wielgosz@nibio.no>
Date: Fri, 23 Dec 2022 21:13:19 +0100
Subject: [PATCH] update in test set corrected download script

---
 bash_helper_scripts/get_test_corrected.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/bash_helper_scripts/get_test_corrected.sh b/bash_helper_scripts/get_test_corrected.sh
index 67adabf..9bb38a3 100755
--- a/bash_helper_scripts/get_test_corrected.sh
+++ b/bash_helper_scripts/get_test_corrected.sh
@@ -6,3 +6,8 @@ rm -rf $TARGET_FOLDER/*
 
 cp /home/nibio/mutable-outside-world/data/corrected/test/*.las $TARGET_FOLDER
 
+# remove Plot71_tile_-25_-25.las from the folder
+# this file breaks the test pipeline
+rm $TARGET_FOLDER/Plot71_tile_-25_-25.las
+
+
-- 
GitLab