Replies: 1 comment 1 reply
-
Oh, maybe if one is using Python 3.7+, the order reporters are specified in the model_reporters dict is guaranteed to be the order in which they're called? (https://mail.python.org/pipermail/python-dev/2017-December/151283.html) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there any guarantees that when a DataCollector's
.collect()
method is called, the reporters in themodel_reporters
(oragent_reporters
) dictionaries will be called in any reliable order? I believe that dicts are inherently unordered, so I'm wondering if the ordering is essentially random.Beta Was this translation helpful? Give feedback.
All reactions