Skip to content

Examples: Fix integral call in basic and mixed integer examples

Tjerk Vreeken requested to merge fix-integral-examples into master

The second positional argument to integral() is the time in seconds from which to start integrating. It is not the ensemble member, which is easier passed as a keyword argument if we want to take the integral over the entire optimization horizon.

Merge request reports