Skip to content

Commit

Permalink
align bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipuch committed Oct 30, 2023
1 parent 3a3fa6b commit 2a0a812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioptim/optimization/solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def get_integrated_values(states, controls, parameters, stochastic_variables):
(nb_elements,),
)
integrated_values_num[i_phase][key] = integrated_values_data
return integrated_values_num
return integrated_values_num

def init_from_dict(_sol: dict):
"""
Expand Down

0 comments on commit 2a0a812

Please sign in to comment.