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

Bugfix for the H not found on tq #257

Conversation

01110011011101010110010001101111
Copy link
Collaborator

Error

tq.H()

Claims that H is not found on tq.

Problem

Essentially, the trick we used for using class for an alias results in the original name.

Proposed Solution

Therefore, I just decided to remove the all from this so the aliases are automatically exported. In addition, to ensure the other variables are not exported, I prefixed them in _. This addresses one of the bugs in the Slack.

@01110011011101010110010001101111 01110011011101010110010001101111 added the bug Something isn't working label Apr 19, 2024
@01110011011101010110010001101111 01110011011101010110010001101111 merged commit c6f8e8b into mit-han-lab:dev Jul 3, 2024
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant