Skip to content

Commit fa2aa24

Browse files
Update data_science_pilot.ipynb
Remove 'None' from pzmm.ZipModel.zipFiles() in mm_python() to match changes made in pzmm updates (#87)
1 parent 1f53747 commit fa2aa24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/data_science_pilot.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6993,7 +6993,7 @@
69936993
"\n",
69946994
" ##################################################\n",
69956995
" # ZIP FOLDER\n",
6996-
" zipIOFile = pzmm.ZipModel.zipFiles(None, fileDir=output_path, modelPrefix=model_name)\n",
6996+
" zipIOFile = pzmm.ZipModel.zipFiles(fileDir=output_path, modelPrefix=model_name)\n",
69976997
"\n",
69986998
" ##################################################\n",
69996999
" # PUSH ZIP FOLDER INTO MODEL MANAGER\n",

0 commit comments

Comments
 (0)