We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6389413 commit eb34badCopy full SHA for eb34bad
tests/atlas/test_atlas.py
@@ -24,12 +24,12 @@ def test_main():
24
# Construct test parameters with a sample Brain tissue dataset
25
class Args:
26
tissue = "Brain"
27
- data_dir = str(DANCEDIR / "examples/tuning/temp_data/train/human")
28
- source_file = "human_Brain364348b4-bc34-4fe1-a851-60d99e36cafa_data"
+ data_dir = str(DANCEDIR / "tests/atlas/data")
+ source_file = "human_Brain576f193c-75d0-4a11-bd25-8676587e6dc2_data"
29
30
args = Args()
31
logger.info(f"testing main with args: {args}")
32
- source_id = "3643"
+ source_id = "576f"
33
34
# Execute main function with test parameters
35
ans_file, ans_conf, ans_value = main(args)
0 commit comments