You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this map may actually be an {expr: float} map rather than a {symbol: float} map. Reproducer is test_dimension.py::TestConditionalDimension::test_subsampled_fd. The ConditionalDimension's spacing is a Mul between its factor and the parent's spacing.
This inconsistency forced me to add an AttributeExceptionhere and raise a warning
I did try to fix it, but after 10 mins I was still unsure about what to do, maybe it's obvious to you @mloubout or we can talk about it