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
Develop a vision for how multiple modules should be run at once (e.g., running TSM and NSM). The following should be considered:
How is information shared between modules? E.g., if TSM requires volume and surface_area and inputs, how should the calculated depth from those inputs be used as an input for NSM?
Should there be a sorter that decides which modules are run in which order (like the sorter for processes within each module)? Or is there a pre-defined order in which the modules should be run?
The text was updated successfully, but these errors were encountered:
Develop a vision for how multiple modules should be run at once (e.g., running TSM and NSM). The following should be considered:
volume
andsurface_area
and inputs, how should the calculateddepth
from those inputs be used as an input for NSM?The text was updated successfully, but these errors were encountered: