-
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: reorder
SplitFunction
fields to avoid breaking change
The existing syntax is `initializeprob, ..., nlprob`. Trying to add `initialization_data` in the middle breaks the non-kwarg-only method. Putting it at the end fixes this issue. Anything old still has the order it relies on, with `initialization_data` defaulting to `nothing`, and anything new would just have to provide the redundant kwargs if it needs to specify `initialization_data`.
- Loading branch information
1 parent
669cbd3
commit 3c5327d
Showing
1 changed file
with
12 additions
and
10 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