Opened 9 years ago
Closed 9 years ago
#2440 closed defect (done)
KeyNotFoundException when opening StatisticalTestsView
Reported by: | pfleck | Owned by: | ascheibe |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.13 |
Component: | Analysis.Statistics.Views | Version: | 3.3.12 |
Keywords: | Cc: |
Description
When opening the StatisticalTestsView, a KeyNotFoundException occurs if the keys in the "result" and "group by" combobox does not exist in all runs. For instance, if different algorithms are stored in the same RunCollection.
When the parameters becomes initially selected, the view does not open and parameters which would be present in all runs, can not be selected.
It would be nice, if parameters are initially selected which are present in all runs, that the view will open at least.
Change History (6)
comment:1 Changed 9 years ago by abeham
- Priority changed from medium to high
comment:2 Changed 9 years ago by ascheibe
- Status changed from new to accepted
comment:3 Changed 9 years ago by ascheibe
comment:4 Changed 9 years ago by ascheibe
- Owner changed from ascheibe to pfleck
- Status changed from accepted to reviewing
Could you please test it and check if it works now for you?
comment:5 Changed 9 years ago by pfleck
- Owner changed from pfleck to ascheibe
- Status changed from reviewing to readytorelease
Thanks for the fix, View now opens on the ResultCollection which previously caused the exception.
comment:6 Changed 9 years ago by ascheibe
- Resolution set to done
- Status changed from readytorelease to closed
r12845 fixed KeyNotFoundException in StatisticalTestsView