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
Proposed functionality: Add a suffix to every quantity in the framework to enable two frameworks to be safely stitched together if they both have different suffixes added to them
e.g.
Framework 1: sus -> sus@malaria
Framework 2: sus -> sus@tb
Combined framework: contains sus@malaria and sus@tb
The stitching would likely be done outside Atomica but adding suffixes correctly is tightly coupled to the Atomica implementation and might be easiest to implement here
The text was updated successfully, but these errors were encountered:
Proposed functionality: Add a suffix to every quantity in the framework to enable two frameworks to be safely stitched together if they both have different suffixes added to them
e.g.
Framework 1:
sus
->sus@malaria
Framework 2:
sus
->sus@tb
Combined framework: contains
sus@malaria
andsus@tb
The stitching would likely be done outside Atomica but adding suffixes correctly is tightly coupled to the Atomica implementation and might be easiest to implement here
The text was updated successfully, but these errors were encountered: