-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: allow even more complex bindings
One of the outstanding problems is a two model mutli-bind where B.K_1 -> A.K_1 B.K_2 -> A.K_2 A.K_2 -> A.K_1 in which case the bindings for `B` might come out as index `[1, 2]`, but `A` only has 1 parameter in its parameter vector, leading to index out of bounds.
- Loading branch information
Showing
2 changed files
with
26 additions
and
3 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