Skip to content

Commit

Permalink
changing flag to viya4
Browse files Browse the repository at this point in the history
  • Loading branch information
namera9 committed Apr 14, 2024
1 parent 63724e8 commit 0713d6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sasctl/pzmm/import_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,10 +354,10 @@ def import_model(
print("The user has made use of the score_wrapper argument, score code has already been generated and will not be generated again.")

if isinstance(model_files, dict):
zip_io_file = zm.zip_files(model_files, model_prefix, is_viya4=False)
zip_io_file = zm.zip_files(model_files, model_prefix, is_viya4=True)
else:
zip_io_file = zm.zip_files(
Path(model_files), model_prefix, is_viya4=False
Path(model_files), model_prefix, is_viya4=True
)
if cls.notebook_output:
print(f"All model files were zipped to {Path(model_files)}.")
Expand Down

0 comments on commit 0713d6b

Please sign in to comment.