You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the following error.
Is it related to the change in number of controls (last node)?
v_init = interface.ocp.init_vector
File "/Users/mickaelbegon/Documents/GIT/bioptim/bioptim/optimization/optimal_control_program.py", line 819, in init_vector
return OptimizationVectorHelper.init_vector(self)
File "/Users/mickaelbegon/Documents/GIT/bioptim/bioptim/optimization/optimization_vector.py", line 338, in init_vector
nlp.u_init[key].check_and_adjust_dimensions(nlp.controls[key].cx.shape[0], ns - 1)
File "/Users/mickaelbegon/Documents/GIT/bioptim/bioptim/limits/path_conditions.py", line 734, in check_and_adjust_dimensions
self.init.check_and_adjust_dimensions(n_elements, n_shooting, "InitialGuess")
File "/Users/mickaelbegon/Documents/GIT/bioptim/bioptim/limits/path_conditions.py", line 246, in check_and_adjust_dimensions
raise RuntimeError(
RuntimeError: Invalid number of column for InterpolationType.EACH_FRAME (ncols = 80), the expected number of column is 81
The text was updated successfully, but these errors were encountered:
In arm_reaching_torque_driven_collocations.py, I tried to do a warm start after 20 iterations of hessian=limited memory.
I got the following error.
Is it related to the change in number of controls (last node)?
File "/Users/mickaelbegon/Documents/GIT/bioptim/bioptim/optimization/optimal_control_program.py", line 819, in init_vector
return OptimizationVectorHelper.init_vector(self)
File "/Users/mickaelbegon/Documents/GIT/bioptim/bioptim/optimization/optimization_vector.py", line 338, in init_vector
nlp.u_init[key].check_and_adjust_dimensions(nlp.controls[key].cx.shape[0], ns - 1)
File "/Users/mickaelbegon/Documents/GIT/bioptim/bioptim/limits/path_conditions.py", line 734, in check_and_adjust_dimensions
self.init.check_and_adjust_dimensions(n_elements, n_shooting, "InitialGuess")
File "/Users/mickaelbegon/Documents/GIT/bioptim/bioptim/limits/path_conditions.py", line 246, in check_and_adjust_dimensions
raise RuntimeError(
RuntimeError: Invalid number of column for InterpolationType.EACH_FRAME (ncols = 80), the expected number of column is 81
The text was updated successfully, but these errors were encountered: