Skip to content

Commit 8ce6a4b

Browse files
authored
remove pipeline saving by default (#639)
1 parent a75ed09 commit 8ce6a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orion/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,8 @@ def main(pipelines, datasets, resume, workers, output_path, cache_dir, pipeline_
448448

449449
parser.add_argument('-o', '--output_path', type=str, default='results.csv')
450450
parser.add_argument('-c', '--cache_dir', type=str, default='cache')
451-
parser.add_argument('-pd', '--pipeline_dir', type=str, default='pipeline_dir')
452451
parser.add_argument('-ad', '--anomaly_dir', type=str, default='anomaly_dir')
452+
parser.add_argument('-pd', '--pipeline_dir', type=str, default=None)
453453

454454
config = parser.parse_args()
455455

0 commit comments

Comments
 (0)