Removed a couple of output datasets that did not work from pls.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user