Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipuch committed Nov 1, 2023
1 parent 546286d commit 6ae075e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bioptim/optimization/solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,9 @@ def __init__(self, nlp: NonLinearProgram):
self.s_scaling = nlp.s_scaling
self.phase_dynamics = nlp.phase_dynamics

def get_integrated_values(self, states: dict, controls: dict, parameters: dict, stochastic_variables: dict) -> dict:
def get_integrated_values(
self, states: dict, controls: dict, parameters: dict, stochastic_variables: dict
) -> dict:
"""
TODO :
Expand Down

0 comments on commit 6ae075e

Please sign in to comment.