-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove wrapper for
linear_function
and generator
methods that use it
Those methods are meant to be called only by Python classes derived from `generator`. Supporting derived generator classes is too painful with current pybind11 (pybind/pybind11#1566), so I have decided to disallow this functionality altogether.
- Loading branch information
Showing
2 changed files
with
8 additions
and
352 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.