"tests/benchmarks/vscode:/vscode.git/clone" did not exist on "44f0270ec42ab41e0c13311ba68e31f2c211f0c2"
Unverified Commit 532aec45 authored by alibool's avatar alibool Committed by GitHub
Browse files

`remove_modality=True` --> `remove_modality=False`

parent 9853d3e4
......@@ -115,7 +115,7 @@ def main():
save_json(dataset_info, task_data_dir / "dataset.json")
# prepare data and labels
case_ids = get_case_ids_from_dir(source_data_dir, remove_modality=True)
case_ids = get_case_ids_from_dir(source_data_dir, remove_modality=False)
case_ids = sorted([c for c in case_ids if c])
logger.info(f"Found {len(case_ids)} for preparation.")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment