Skip to content

Commit f0bc1ee

Browse files
committed
debugging
1 parent 84253df commit f0bc1ee

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
@@ -184,8 +184,10 @@ def main(_):
184184

185185
# Get list of all possible workloads
186186
workloads = [w for w in workload_metadata.keys()]
187+
187188
# Read heldout workloads
188189
if FLAGS.held_out_workloads_config_path:
190+
print('appending heldout workloads')
189191
held_out_workloads = read_held_out_workloads(
190192
FLAGS.held_out_workloads_config_path)
191193
workloads = workloads + held_out_workloads

0 commit comments

Comments
 (0)