Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExportExperimentLog overwrites dictionary key for logname #11152

Closed
jmborr opened this issue Oct 6, 2014 · 1 comment
Closed

ExportExperimentLog overwrites dictionary key for logname #11152

jmborr opened this issue Oct 6, 2014 · 1 comment
Assignees
Labels
Framework Issues and pull requests related to components in the Framework High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Milestone

Comments

@jmborr
Copy link
Member

jmborr commented Oct 6, 2014

ExportExperimentLog( ... SampleLogNames="SensorA,SensorA,SensorA", SampleLogOperation="average,min,max", ...) will print max value for three requests for SensorA because self._sampleLogOperations is a dictionary whose 'SensorA' key is overwritten multiple times, instead of having three entries.

@jmborr jmborr added the High Priority An issue or pull request that if not addressed is severe enough to postponse a release. label Jun 3, 2015
@jmborr
Copy link
Member Author

jmborr commented Jun 3, 2015

This issue was originally trac ticket 10310

@jmborr jmborr added the Framework Issues and pull requests related to components in the Framework label Jun 3, 2015
@jmborr jmborr added this to the Release 3.3 milestone Jun 3, 2015
@jmborr jmborr closed this as completed Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Projects
None yet
Development

No branches or pull requests

2 participants