-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Defined explicit data types for inputs and outputs of functions for better type checking and readability. - Added a test script for `prepshot.utils`. Fixed: - Added `pyoptinterface._src.core_ext` to Pylint's extension package allow list to resolve cpp-extension-no-member warning. Changed: - Updated `model.py` to keep necessary decision variables and use expressions for intermediate variables instead of direct determination. - Refactored `extract_results_non_hydro` in `output_data.py` to extract common features for different variables, simplifying the code. - Removed definitions of complex sets and opted for simple sets wherever possible to streamline the code.
- Loading branch information
1 parent
6266ee9
commit 411bced
Showing
19 changed files
with
970 additions
and
541 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[MASTER] | ||
extension-pkg-allow-list=pyoptinterface._src.core_ext |
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
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.