Skip to content

Commit 8978221

Browse files
committed
debugging
1 parent f0bc1ee commit 8978221

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scoring/run_workloads.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ def main(_):
190190
print('appending heldout workloads')
191191
held_out_workloads = read_held_out_workloads(
192192
FLAGS.held_out_workloads_config_path)
193+
print(FLAGS.held_out_workloads_config_path)
194+
print(held_out_workloads)
193195
workloads = workloads + held_out_workloads
194196

195197
# Filter workloads if explicit workloads specified

0 commit comments

Comments
 (0)