Opened 4 years ago
Last modified 3 years ago
#3125 closed defect
ErrorCharacteristicsCurveView cannot be displayed if baseline solutions cannot be calculated — at Version 2
Reported by: | mkommend | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.17 |
Component: | Problems.DataAnalysis.Views | Version: | trunk |
Keywords: | Cc: |
Description (last modified by mkommend)
If the constant or linear regression cannot be calculated, for example because of misconfigured input variables, the whole chart is broken. The ECC View should contain appropriate error handling to handle those corner cases.
Change History (2)
comment:1 Changed 4 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 4 years ago by mkommend
- Description modified (diff)
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
- Summary changed from ErrorCharacteristicsView cannot be displayed if baseline solutions cannot be calculated to ErrorCharacteristicsCurveView cannot be displayed if baseline solutions cannot be calculated
Note: See
TracTickets for help on using
tickets.
r17976: Added error handling to ECC View and minor code improvements.