We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40793c4 commit 381001aCopy full SHA for 381001a
src/sasctl/tasks.py
@@ -320,7 +320,7 @@ def get_version(x):
320
321
# As of Viya 3.4 the 'predictionVariable' parameter is not set during
322
# project creation. Update the project if necessary.
323
- if model.get('function') == 'prediction': #Predications require predictionVariable
+ if function == 'prediction': #Predications require predictionVariable
324
project = mr.create_project(project, repo_obj,
325
variables=vars,
326
function=model.get('function'),
0 commit comments