Skip to content

Commit fb071df

Browse files
committed
Deactivate for now to enable script to run independently from MVS
1 parent 99f28ea commit fb071df

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/multi_vector_simulator/A0_initialization.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -543,9 +543,8 @@ def process_user_arguments(
543543
else:
544544
screen_level = logging.INFO
545545

546-
if sensitivity is None:
547-
sensitivity = args.get(RUN_SENSITIVITY, DEFAULT_MAIN_KWARGS[RUN_SENSITIVITY])
548-
546+
#if sensitivity is None:
547+
# sensitivity = args.get(RUN_SENSITIVITY, DEFAULT_MAIN_KWARGS[RUN_SENSITIVITY])
549548

550549

551550
# Define logging settings and path for saving log

0 commit comments

Comments
 (0)