Users are likely to have indices as Tuple or CartesianIndex. Functions such as addglobalpivots! only accept vectors. Based on user feedback during the tutorial session, it would be helpful to make the interface more flexible such that the user doesn't have to convert pivot specifications all the time.
Users are likely to have indices as
Tuple
orCartesianIndex
. Functions such asaddglobalpivots!
only acceptvectors
. Based on user feedback during the tutorial session, it would be helpful to make the interface more flexible such that the user doesn't have to convert pivot specifications all the time.