-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
BUG: Setting None coord is problematic #6485
Comments
None dims were disabled in #6470 exactly because of this. They only worked when they were in the rightmost position. |
Seems like the error is misleading then. It should prevent me from using None coord in the first place. However, I think it is a valid case. Why not just replacing None coord with anon coord? |
If you try in main it should raise directly with a TypeError |
Thank you! |
Ah that's for
Someone needs to implement it and make sure it works with everything we have |
Maybe the best would be to give dummy dims (without coordinates) as soon as we register a variable in the model |
Is there a reason this is postponed? |
I don't see what is gained by using |
Although I'm not a fan, |
Describe the issue:
When setting a coord None. Something goes broken in pymc 5.0.2.
Reproduceable code example:
Error message:
PyMC version information:
pymc 5.0.2
Context for the issue:
No response
The text was updated successfully, but these errors were encountered: