Skip to content

Commit

Permalink
reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
mcw92 committed Apr 23, 2024
1 parent 4a2cf57 commit b2b366a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_propulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ def test_propulator(
42 + MPI.COMM_WORLD.rank
) # Random number generator for optimization
function, limits = get_function_search_space(function_parameters[0])
set_logger_config(
log_file=mpi_tmp_path / "log.log",
)
set_logger_config(log_file=mpi_tmp_path / "log.log")
propagator = get_default_propagator(
pop_size=4,
limits=limits,
Expand Down

0 comments on commit b2b366a

Please sign in to comment.