MatthewPeterKelly/OptimTraj

Improve input validation

Open

#1 opened on Aug 11, 2015

View on GitHub
 (2 comments) (0 reactions) (0 assignees)MATLAB (704 stars) (219 forks)batch import
enhancementgood first issue

Description

Right now the input validation will not warn you if there is an unused field in the options struct. This results in a problem when you make a typo in a field name, causing the solver to use the default options quietly.

Contributor guide