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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: