Skip to content

Commit e54bd87

Browse files
committed
Don't be so restrictive with get_value
1 parent 397034f commit e54bd87

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/vivarium/framework/values.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,6 @@ def setup(self, builder):
261261

262262
builder.lifecycle.add_constraint(self.register_value_producer, allow_during=['setup'])
263263
builder.lifecycle.add_constraint(self.register_value_modifier, allow_during=['setup'])
264-
builder.lifecycle.add_constraint(self.get_value, allow_during=['setup', 'post_setup', 'population_creation',
265-
'simulation_end', 'report'])
266264

267265
def on_post_setup(self, _):
268266
"""Finalizes dependency structure for the pipelines."""

0 commit comments

Comments
 (0)