Skip to content

Commit 8cb9bef

Browse files
committed
Revert "test: skip evaluation step"
This reverts commit 864bd04.
1 parent 688e97e commit 8cb9bef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

code/evaluate/evaluate_model.py

Lines changed: 1 addition & 2 deletions
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,4 +124,3 @@
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)