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 #