Skip to content

Commit

Permalink
still more errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter230655 committed Jan 31, 2025
1 parent 2211789 commit 2ffb9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opty/tests/test_direct_collocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def test_gen_multi_arg_con_jac_func_backward_euler(self):
# Make sure the parameters are in the correct order.
constant_values = \
np.array([self.constant_values[self.constant_symbols.index(c)]
for c in self.collocator._gen_multi_arg_con_func])
for c in self.collocator._parameters])

# TODO : Once there are more than one specified, they will need to
# be put in the correct order too.
Expand Down

0 comments on commit 2ffb9a4

Please sign in to comment.