turned off regular input for grogu

class-solution
Daniel Pozsar 2 months ago
parent 8af7757c87
commit 8240d7bbd9

@ -525,15 +525,15 @@ def main(simulation_parameters: dict, magnetic_entities: list, pairs: list) -> N
if __name__ == "__main__": if __name__ == "__main__":
# loading parameters # loading parameters
command_line_arguments = parse_command_line() # command_line_arguments = parse_command_line()
fdf_arguments, magnetic_entities, pairs = read_grogupy_fdf( # fdf_arguments, magnetic_entities, pairs = read_grogupy_fdf(
command_line_arguments["grogupy_infile"] # command_line_arguments["grogupy_infile"]
) # )
# combine the inputs to a single dictionary # combine the inputs to a single dictionary
simulation_parameters: Final[dict] = process_input_args( # simulation_parameters: Final[dict] = process_input_args(
DEFAULT_ARGUMENTS, fdf_arguments, command_line_arguments, ACCEPTED_INPUTS # DEFAULT_ARGUMENTS, fdf_arguments, command_line_arguments, ACCEPTED_INPUTS
) # )
#################################################################################################### ####################################################################################################
# This is the input file for now # # This is the input file for now #

Loading…
Cancel
Save