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
Already went through many possible roads and tried to fix it. Had a discussion in Julia Slack as well. The problem is not related to the tuple. It has something to do with processing the wrapped struct and some extremely deeply nested macro recursions in older versions of Julia.. Besides, normal arrays do not work for struct members. Tried that already.
The following code hangs for Julia versions older than
v1.9
.This problem has been fixed for Julia
v1.9
and newer. Thus, it is highly recommended to use Juliav1.9
or newer.The text was updated successfully, but these errors were encountered: