-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Module
bug
#481
Comments
Regarding Regarding omitting class Tree(ParentTree):
a: int # this bit is new
def __init__(self, a: int):
self.a = a although also note that the default |
This was quick :D |
My bad. |
Closing! Fixed in #482, and this will appear in the upcoming v0.11.0 release. |
Hello patrick,
I think the following is a bug in
Module
if i omit
foo
a different error comes up:In comparison to pytreeclass or simple_pytree, this works as expected:
The
Module
logic became more complex since the last time i checked, so Im not sure the reason of the two errors. But one pointer is that maybe propagate kwargs in module meta new.The text was updated successfully, but these errors were encountered: