From 66d6342d0ce971a2677f26bf2b8fc282f573034e Mon Sep 17 00:00:00 2001
From: Moritz Shore <moritzshore@gmail.com>
Date: Tue, 22 Oct 2024 18:00:12 +0200
Subject: [PATCH] Update malanta_fix.R

---
 malanta_fix.R | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/malanta_fix.R b/malanta_fix.R
index b270239..1b34e30 100644
--- a/malanta_fix.R
+++ b/malanta_fix.R
@@ -42,13 +42,12 @@ result_df
 # observed variable, then you will get just that:
 get_swap_depths(load_swap_observed(malanta))
 
-
 result_df <- check_swap_sensitivity(
   malanta,
   variable = "ALFA",
   values = seq(0.05, 0.3, by = 0.01),
-  row = 1,depth = 10,
+  row = 1,
   verbose = T,
-  obs_variable = "WC",
-  autoset_output = T, force = T
+  obs_variable = "WC",depth = 10,
+  autoset_output = T
 )
-- 
GitLab