Removed a couple of output datasets that did not work from pls.

This commit is contained in:
2008-01-07 10:47:17 +00:00
parent bed280353b
commit ca267920d8
2 changed files with 5 additions and 9 deletions
+1 -1
View File
@@ -723,7 +723,7 @@ class LplsOptions(Options):
(blmplots.LplsZCorrelationPlot, 'Z corr.', True)
]
opt['out_data'] = ['T','P','L','K', 'tsqx', 'tsqz']
opt['out_data'] = ['T','P','L','K']
opt['out_plots'] = [blmplots.LplsScorePlot,
blmplots.LplsXLoadingPlot,
blmplots.LplsZLoadingPlot,