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 a6157e9 commit fe02102Copy full SHA for fe02102
src/sasctl/pzmm/write_score_code.py
@@ -451,7 +451,7 @@ def _write_imports(
451
452
try:
453
if current_session().version_info() != 3.5:
454
- cls.score_code += "import settings\n\n"
+ self.score_code += "import settings\n\n"
455
456
"""
457
import settings
@@ -465,7 +465,7 @@ def _write_imports(
465
"code will be written under the assumption that the target server is "
466
"SAS Viya 4."
467
)
468
469
470
471
if mojo_model or binary_h2o_model:
0 commit comments