-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grid Zone #37
Comments
Right now after reading the implementation it is probably closest to being Grid as a state variable of one entity which has local state as well as a type of zone, although because it has some state that gets updated I wonder if it should also be an entity in which case the local state for grid would reference the Zone local state such as List[Zone] |
These MSML issues also may be blocking/I can possibly prioritize when we do this
If we want to fast track these both it may be worth it for me to do a working session/proposal sheet and get some opinions on what is the cleanest representation |
Code that was in DIPR: class Grid:
class Zone:
|
The grid zone can either be an entity or type
Either way the following would be some of the tasks associated:
From the notebook:
The text was updated successfully, but these errors were encountered: