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
The reproducer is a bit involved, but basically IsFiniteException only accepts Vector{Int} although indices can be more general. Solution is to just untype the indices field?
The text was updated successfully, but these errors were encountered:
Do you solve this problem yet? This error was thrown for the first time I called the function. In the second call, the error disappears. However, it happens all the time when I was debugging.
The reproducer is a bit involved, but basically IsFiniteException only accepts Vector{Int} although indices can be more general. Solution is to just untype the indices field?
The text was updated successfully, but these errors were encountered: