Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
  • Loading branch information
fonhorst committed Jun 2, 2024
1 parent c3e6013 commit 07abff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/experiments/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def main():
for dataset_name in datasets:
# for use_pipeline in [False, True]:
for use_pipeline in [True]:
for _ in range(10):
for _ in range(1):
start_time = time.time()
collector = suppress_stdout(lambda: run_single_experiment(os.path.curdir, dataset_name, use_pipeline,
surrogate))
Expand Down

0 comments on commit 07abff2

Please sign in to comment.