From 35404e377bb14f5bdbfa032325c0ab68859ae79f Mon Sep 17 00:00:00 2001
From: Pat Alt <55311242+pat-alt@users.noreply.github.com>
Date: Fri, 8 Sep 2023 16:22:40 +0200
Subject: [PATCH] :cry:

---
 experiments/setup_env.jl | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/experiments/setup_env.jl b/experiments/setup_env.jl
index 2c361cdd..41610989 100644
--- a/experiments/setup_env.jl
+++ b/experiments/setup_env.jl
@@ -113,6 +113,4 @@ const CE_MEASURES = [
 "Test set proportion."
 const TEST_SIZE = 0.2
 
-if "upload" ∈ ARGS
-    const UPLOAD = true
-end
\ No newline at end of file
+const UPLOAD = "upload" ∈ ARGS
\ No newline at end of file
-- 
GitLab