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
Arrays that are numpy.ndarrays are fine elsewhere, but when you run Sheaf.FuseAssignment() with the default optimizer, it crashes. The default optimizer's wrapper should probably resolve this internally by flattening all arrays into vectors (and rebuilding restriction maps accordingly) before passing to the optimizer.
The text was updated successfully, but these errors were encountered:
Arrays that are
numpy.ndarray
s are fine elsewhere, but when you runSheaf.FuseAssignment()
with the default optimizer, it crashes. The default optimizer's wrapper should probably resolve this internally by flattening all arrays into vectors (and rebuilding restriction maps accordingly) before passing to the optimizer.The text was updated successfully, but these errors were encountered: