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 results in a cryptic TypeError: slice indices must be integers or None or have an __index__ method error if calling simdec.palette subsequently on the same states argument, for example (running from root of repository)
Raising as part of JOSS review openjournals/joss-reviews/issues/6713
Currently the
simdec.tableau
function modifies thestates
list argument passed to the function in the for loop in linessimdec-python/src/simdec/visualization.py
Lines 228 to 234 in da28df6
This results in a cryptic
TypeError: slice indices must be integers or None or have an __index__ method
error if callingsimdec.palette
subsequently on the samestates
argument, for example (running from root of repository)The text was updated successfully, but these errors were encountered: