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 messages sent in the example are a bit complicated, because we have a send statement with a port, and then a Message which has some structure, which in turn wraps a Grid which is another unfamiliar object.
Maybe we should remove the names from the Grid and just put in the numpy array directly? Documenting the indices is good practice, but also makes things more complicated.
Alternatively, some extra explanation would be good, either by the teacher (in teaching instructions) or in the lesson itself.
The text was updated successfully, but these errors were encountered:
The messages sent in the example are a bit complicated, because we have a send statement with a port, and then a Message which has some structure, which in turn wraps a Grid which is another unfamiliar object.
Maybe we should remove the names from the Grid and just put in the numpy array directly? Documenting the indices is good practice, but also makes things more complicated.
Alternatively, some extra explanation would be good, either by the teacher (in teaching instructions) or in the lesson itself.
The text was updated successfully, but these errors were encountered: