Skip to content

Commit 07bdc58

Browse files
author
minjk-bl
committed
Add installation code for factor analysis
1 parent 538a594 commit 07bdc58

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

visualpython/js/m_stats/FactorAnalysis.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,13 @@ define([
167167
let codeList = [];
168168
let code = new com_String();
169169

170+
// Add installation code FIXME:
171+
if (vpConfig.extensionType === 'lite') {
172+
codeList.push(that.generateInstallCode().replace('!', '%'));
173+
} else {
174+
codeList.push(that.generateInstallCode());
175+
}
176+
170177
// data declaration
171178
code.appendFormat("vp_df = {0}", data);
172179
if (this.columnSelector) {

0 commit comments

Comments
 (0)