-
Notifications
You must be signed in to change notification settings - Fork 949
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
Spec generation gives error for Sentinel #2743
Comments
Note this is on my branch for #2715, not on master |
After some debugging, it seems the generation code struggles to find the default value for this specification: Union((CInt(1), Enum("any"))) It thinks it is |
There were some other issues as well with unions, fix proposed in #2715. |
Setting as 8.0, then. |
hey @vidartf, I was trying to have a look at this, but I can't reproduce your error...
|
@marimeireles I think that code was changed with traitlets 5, good catch. |
Is the issue still valid @vidartf ? |
Closed in #2715. |
running the generate spec command, I get
The text was updated successfully, but these errors were encountered: