alphaville / optimization-engine

Nonconvex embedded optimization: code generation for fast real-time optimization + ROS support
https://alphaville.github.io/optimization-engine/
Other
509 stars 53 forks source link

Increase of testing coverage #339

Open alphaville opened 7 months ago

alphaville commented 7 months ago

Main Changes

Measure coverage with:

pytest -v --cov-report html \
                --cov=opengen \
                test/test_constraints.py \
                test/test.py 

TODOs