Skip to content
Snippets Groups Projects
Verified Commit ef9e796a authored by Yoann Schneider's avatar Yoann Schneider :tennis:
Browse files

remove useless dev args in tests

parent 1409341a
No related branches found
No related tags found
1 merge request!2Implement worker
Pipeline #81811 passed
...@@ -20,7 +20,7 @@ def test_process_split(tmp_path, downloaded_images): ...@@ -20,7 +20,7 @@ def test_process_split(tmp_path, downloaded_images):
worker = DatasetExtractor() worker = DatasetExtractor()
# Parse some arguments # Parse some arguments
worker.args = Namespace(dev=False, database=None) worker.args = Namespace(database=None)
worker.configure_cache() worker.configure_cache()
worker.cached_images = dict() worker.cached_images = dict()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment