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
Btw, to the maintainer of this repo: I have no intention to flood this repo's issues (I felt guilty for the fact that the most recent issues were all opened by me). islpy is a wonderful library! I really appreciate the effort put into this interface, and just hope that some of my nitpicks can help in its development. Thanks for the work!
I'd be OK special-casing Aff in get_coefficients_by_name(None) to avoid triggering the issue. Asking about the "out" dimension of an Aff doesn't make much sense IMO.
gives
According the doc, setting
dimtype
to None should produce the coefficients for all dimensions?I digged a little, in the generated _isl.py,
which is used by
obj_get_coefficients_by_name
to retrieve the coefficients. When does Aff has a set dimension? Is this a bug or intended behavior?The text was updated successfully, but these errors were encountered: