Skip to content

Commit

Permalink
Fix minor typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
bojan-karlas committed Apr 13, 2024
1 parent 29c34e1 commit 437dc3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experiments/datascope/experiments/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from typing import Any, Optional

from .base import run, run_scenario, report, cache_pipeline
from .base import run, run_scenario, report, cache_pipelines
from .datasets import preload_datasets, DEFAULT_BATCH_SIZE, DEFAULT_CACHE_DIR, Dataset
from .pipelines import Pipeline
from .scenarios import (
Expand Down Expand Up @@ -321,6 +321,6 @@ def main():
elif args.command == "preload-datasets":
preload_datasets(**kwargs)
elif args.command == "cache-pipelines":
cache_pipeline(**kwargs)
cache_pipelines(**kwargs)
else:
parser.print_help()

0 comments on commit 437dc3c

Please sign in to comment.