Skip to content

Commit 5f74529

Browse files
committed
Fix erroneous comment.
1 parent 3f67789 commit 5f74529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sasctl/pzmm/pickle_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def pickle_trained_model(
123123
path=str(pickle_path),
124124
filename=f"{model_prefix}.pickle",
125125
)
126-
# For MOJO H2O models, gzip the model file and adjust the file extension
126+
# For MOJO H2O models, save as a mojo file and adjust the extension to .mojo
127127
elif is_h2o_model and pickle_path:
128128
if not h2o:
129129
raise RuntimeError(

0 commit comments

Comments
 (0)