-
Notifications
You must be signed in to change notification settings - Fork 6
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
AttributeError in operator_overloading.py #43
Comments
flofeurstein
added a commit
to flofeurstein/python-broqer
that referenced
this issue
Aug 3, 2023
fix bug from issue semiversus#43
semiversus
added a commit
that referenced
this issue
Aug 3, 2023
Commit the fix from @flofeurstein (flofeurstein@4e2c756)
Release 3.0.2 merged your proposal. Ran into an issue with cirular reference and I had this problem before in this case. No solved using lazy import (import right before it's needed). |
Perfect, thanks for your effort! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OS: Ubuntu 22.04
python-broqer: 3.0.0
python: 3.10.12
While having an invalid assertion in my test I discovered the following error:
The problem seems to be how the
CombineLatest
is accessed in https://github.com/semiversus/python-broqer/blob/3.0.0/broqer/operator_overloading.py#L128Possible fix:
broqer/operator_overloading.py
The text was updated successfully, but these errors were encountered: