Skip to content

Commit 864bd04

Browse files
committed
test: skip evaluation step
1 parent 421ef73 commit 864bd04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

code/evaluate/evaluate_model.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from azureml.core import Run
3232
import argparse
3333

34-
34+
"""
3535
# Get workspace
3636
# ws = Workspace.from_config()
3737
run = Run.get_context()
@@ -124,3 +124,4 @@
124124
output_path = os.path.join(args.json_config, filename)
125125
with open(output_path, "w") as outfile:
126126
json.dump(run_id, outfile)
127+
"""

0 commit comments

Comments
 (0)