-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A method in OptimizationProblem was returning a "LookupTable" type, with the class not defined anywhere in scope. One of the CI/CD style checkers became a bit more aggressive recently and started to catch this as an error. We now properly defined a base LookupTable class, from which the one in csv_lookup_table_mixin.py inherits.
- Loading branch information
Tjerk Vreeken
committed
Jun 8, 2020
1 parent
9224d21
commit d3146a7
Showing
2 changed files
with
23 additions
and
2 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
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