Opened 18 years ago
Closed 18 years ago
#391 closed defect (fixed)
LowessNormalization has an if statement that does nothing.
Reported by: | Nicklas Nordborg | Owned by: | Johan Enell |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.0.2 |
Component: | coreplugins | Version: | 2.0.1 |
Keywords: | Cc: |
Description
Should something be happening here or can it be removed?
542: if (sumW <= 0) 543: { 544: //System.out.println("dont panic"); 545: }
Note:
See TracTickets
for help on using tickets.
(In [2732]) fixes #391