Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: allow even more complex bindings #133

Merged
merged 2 commits into from
Oct 25, 2024
Merged

fix: allow even more complex bindings #133

merged 2 commits into from
Oct 25, 2024

Conversation

fjebaker
Copy link
Owner

@fjebaker fjebaker commented Oct 4, 2024

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.

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.
@fjebaker fjebaker merged commit 96f7e74 into main Oct 25, 2024
1 check passed
@fjebaker fjebaker deleted the fergus/fix-binding branch October 25, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant