Skip to content

Commit eb34bad

Browse files
committed
update file path
1 parent 6389413 commit eb34bad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/atlas/test_atlas.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ def test_main():
2424
# Construct test parameters with a sample Brain tissue dataset
2525
class Args:
2626
tissue = "Brain"
27-
data_dir = str(DANCEDIR / "examples/tuning/temp_data/train/human")
28-
source_file = "human_Brain364348b4-bc34-4fe1-a851-60d99e36cafa_data"
27+
data_dir = str(DANCEDIR / "tests/atlas/data")
28+
source_file = "human_Brain576f193c-75d0-4a11-bd25-8676587e6dc2_data"
2929

3030
args = Args()
3131
logger.info(f"testing main with args: {args}")
32-
source_id = "3643"
32+
source_id = "576f"
3333

3434
# Execute main function with test parameters
3535
ans_file, ans_conf, ans_value = main(args)

0 commit comments

Comments
 (0)