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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

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.
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