eqasim-org / synpp

Synthetic population pipeline code for eqasim
http://www.eqasim.org
MIT License
18 stars 12 forks source link

Make info settable and gettable by stage #2

Closed sebhoerl closed 4 years ago

sebhoerl commented 4 years ago
context.set_info("my_slot", value) # Inside of current stage
context.get_info("other.stage", "other_slot") # Get value of other stage