Opened 13 years ago
Closed 12 years ago
#1729 closed defect (done)
Exception occurs when a start index is set to a value larger than the end index in the DataAnalysisProblemData
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.7 |
Component: | Problems.DataAnalysis | Version: | 3.3.7 |
Keywords: | Cc: |
Description
line 79: get_TrainingIndizes
Change History (7)
comment:1 Changed 13 years ago by gkronber
- Summary changed from Exception occurs when a start index is set to something larger than the end index in the DataAnalysisProblemData to Exception occurs when a start index is set to a value larger than the end index in the DataAnalysisProblemData
comment:2 Changed 13 years ago by gkronber
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.7
- Status changed from new to accepted
comment:3 Changed 13 years ago by gkronber
comment:4 Changed 13 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from accepted to reviewing
comment:5 Changed 13 years ago by mkommend
Thanks for implementing this fix. IMHO a check in the corresponding views should also be implemented.
comment:6 Changed 13 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from reviewing to readytorelease
comment:7 Changed 12 years ago by gkronber
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.5 to 3.3.7
Note: See
TracTickets for help on using
tickets.
r7265: added a statement to make sure the number of training and test indices that should be returned is never negative.