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

UndefVarError in construct_device! #1175

Open
GabrielKS opened this issue Nov 13, 2024 · 2 comments
Open

UndefVarError in construct_device! #1175

GabrielKS opened this issue Nov 13, 2024 · 2 comments
Assignees
Labels

Comments

@GabrielKS
Copy link
Contributor

In released code, this line:


causes UndefVarError: `devices` not defined. Seems very likely to be a copypaste error, suggesting a refactor to remove code duplication might be beneficial.

@jd-lara
Copy link
Member

jd-lara commented Nov 13, 2024

@GabrielKS this is fixed in main

@jd-lara
Copy link
Member

jd-lara commented Nov 13, 2024

requires adding this call

devices = get_available_components(model, sys)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants