If you changed the definition of those structs and didn’t restart julia, this would happen as well. You cannot redefine a struct within a given session; it’s considered const.
3 Likes
If you changed the definition of those structs and didn’t restart julia, this would happen as well. You cannot redefine a struct within a given session; it’s considered const.