benibela / benibela/sun-simulator
Averaging failure
- Dominant language
- Pascal
- Stars
- 12
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Switching from 3-color to white mode averages all three colors. This failed with a floating point exception (colorDiagramModels:325 `lists[3].addPoint(dataX(1,i),(dataY(1,i)+lineApproximationAtX(lsCubicSpline,0,dataX(1,i))+lineApproximationAtX(lsCubicSpline,2,dataX(1,i)))/3);`).
Which profile causes this issue?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at colorDiagramModels:325 and reproduce switching from 3-color to white mode, focusing on the averaging expression shown in the issue. Determine which profile triggers the floating point exception; done means the triggering profile is identified and the failure is either explained or resolved.
Written by the indexing model from the issue text.
Assessment
- Domain
- desktop-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100