MatthewASimonson / r-orange

Automatically exported from code.google.com/p/r-orange
Other
0 stars 0 forks source link

Partial Least Squares Reg widget error onload #509

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
############################################################
Unhandled exception of type NameError occured at 2011-05-01 17:37:45.923000:
Traceback:
  File: orngDoc.py, line 405 in addWidget
  Code: instanceID = self.addInstance(self.signalManager, widgetInfo, widgetSettings, forceInSignals, forceOutSignals, id = id)
    File: orngDoc.py, line 439 in addInstance
    Code: return redRObjects.addInstance(signalManager, widgetInfo, settings = widgetSettings, insig = forceInSignals, outsig = forceOutSignals, id = id)
      File: redRObjects.py, line 246 in addInstance
      Code: else: instance.__init__(signalManager = sm, id = id)
        File: RedRplsr.py, line 24 in __init__
        Code: self.inputs.addInput('id0', 'data', redRRDataFrame, self.processdata)
          NameError: global name 'redRRDataFrame' is not defined 
############################################################

Original issue reported on code.google.com by anup.parikh on 2 May 2011 at 12:38

GoogleCodeExporter commented 9 years ago
Where does this error come from??  It's fine on my machine in the plsr package. 
 That package isn't live yet anyway...

Original comment by kylecovi...@gmail.com on 3 May 2011 at 3:55

GoogleCodeExporter commented 9 years ago
it was in the stats tree view, so i assumed part of the stat package...

Original comment by anup.parikh on 3 May 2011 at 4:30

GoogleCodeExporter commented 9 years ago
OK if it's in the stats package it's a duplication.  Do you have plsr package?

Original comment by kylecovi...@gmail.com on 3 May 2011 at 4:38

GoogleCodeExporter commented 9 years ago
many apologies, removed plsr from stats

Original comment by kylecovi...@gmail.com on 3 May 2011 at 4:23