#375 closed defect (done)
Apply method in SubScopesMixer is not usable for a number of subscopes and a number of parititions that cannot be divided without remainder.
Reported by: | vdorfer | Owned by: | vdorfer |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | Operators | Version: | 3.2 |
Keywords: | Cc: |
Description
If the number of subscopes is for example 13 and the number of partitions is 3, the 13. subscope will be lost.
Solution: As the number of partitions is (until now) always 2 and the number of subscopes is an even number, it does not have any effect. Just throw an exception if these conditions are sometime different.
Change History (5)
comment:1 Changed 16 years ago by vdorfer
- Status changed from new to assigned
comment:2 Changed 16 years ago by vdorfer
- Resolution set to fixed
- Status changed from assigned to closed
comment:3 Changed 16 years ago by swagner
- Milestone changed from 3.2 to Iteration 0
Milestone 3.2 deleted
comment:4 Changed 14 years ago by swagner
- Milestone changed from Iteration 0 to Current
Milestone Iteration 0 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
Fixed with r788.