Skip to content

Fix theta parameter availability

Tjerk Vreeken requested to merge fix-homotopy-theta-parameters into master

When using the HomotopyMixin, a call to self.parameters() would fail in pre(), because the parameter __theta was only initialized in the optimize() call.

Merge request reports