diff --git a/malanta_fix.R b/malanta_fix.R
index b270239c1ad851ac96dcd3339c76a86cd0c78e80..1b34e308a86e7d4dba8d1c241540c0f1837a19ba 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
 )