Skip to content

Commit

Permalink
Enable data feed buffer in fake data agent
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJKoopman committed Jun 14, 2022
1 parent 30f03d8 commit 712f33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents/fake_data/fake_data_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __init__(self, agent,
self.agent.register_feed('false_temperatures',
record=True,
agg_params=agg_params,
buffer_time=0.)
buffer_time=1.)

# Exclusive access management.
def try_set_job(self, job_name):
Expand Down

0 comments on commit 712f33d

Please sign in to comment.