From 8240d7bbd9902b7f0fa93f8f3b27960ded608d49 Mon Sep 17 00:00:00 2001 From: Daniel Pozsar Date: Tue, 12 Nov 2024 12:17:16 +0100 Subject: [PATCH] turned off regular input for grogu --- src/grogupy/grogu.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/grogupy/grogu.py b/src/grogupy/grogu.py index e405001..ec93cb0 100644 --- a/src/grogupy/grogu.py +++ b/src/grogupy/grogu.py @@ -525,15 +525,15 @@ def main(simulation_parameters: dict, magnetic_entities: list, pairs: list) -> N if __name__ == "__main__": # loading parameters - command_line_arguments = parse_command_line() - fdf_arguments, magnetic_entities, pairs = read_grogupy_fdf( - command_line_arguments["grogupy_infile"] - ) + # command_line_arguments = parse_command_line() + # fdf_arguments, magnetic_entities, pairs = read_grogupy_fdf( + # command_line_arguments["grogupy_infile"] + # ) # combine the inputs to a single dictionary - simulation_parameters: Final[dict] = process_input_args( - DEFAULT_ARGUMENTS, fdf_arguments, command_line_arguments, ACCEPTED_INPUTS - ) + # simulation_parameters: Final[dict] = process_input_args( + # DEFAULT_ARGUMENTS, fdf_arguments, command_line_arguments, ACCEPTED_INPUTS + # ) #################################################################################################### # This is the input file for now #