浏览代码

adapt ASHS dummy test data to fix tests failing inadvertently due different order of rows in frame

https://travis-ci.org/fphammerle/freesurfer-volume-reader/builds/528062512?utm_source=github_status&utm_medium=notification
Fabian Peter Hammerle 5 年之前
父节点
当前提交
65e9d507cd

+ 1 - 1
tests/subjects/alice/all-hippocampal-volumes.csv

@@ -2,7 +2,7 @@ source_type,subject,hemisphere,subfield,volume_mm^3,T1_input,analysis_id,correct
 ashs,alice,left,CA1,679.903,,,nogray
 ashs,alice,left,CA2+3,124.458,,,nogray
 ashs,alice,left,DG,902.236,,,nogray
-ashs,alice,left,ERC,679.903,,,nogray
+ashs,alice,left,ERC,789.011,,,nogray
 ashs,alice,left,PHC,2346.878,,,nogray
 ashs,alice,left,PRC,2346.670,,,nogray
 ashs,alice,left,SUB,458.781,,,nogray

+ 1 - 1
tests/subjects/alice/ashs-hippocampal-volumes.csv

@@ -2,7 +2,7 @@ source_type,subject,hemisphere,correction,subfield,volume_mm^3
 ashs,alice,left,nogray,CA1,679.903
 ashs,alice,left,nogray,CA2+3,124.458
 ashs,alice,left,nogray,DG,902.236
-ashs,alice,left,nogray,ERC,679.903
+ashs,alice,left,nogray,ERC,789.011
 ashs,alice,left,nogray,PHC,2346.878
 ashs,alice,left,nogray,PRC,2346.670
 ashs,alice,left,nogray,SUB,458.781

+ 1 - 1
tests/subjects/alice/final/alice_left_corr_nogray_volumes.txt

@@ -1,7 +1,7 @@
 alice left CA1 26 679.903
 alice left CA2+3 26 124.458
 alice left DG 25 902.236
-alice left ERC 18 679.903
+alice left ERC 18 789.011
 alice left PHC 16 2346.878
 alice left PRC 26 2346.670
 alice left SUB 26 458.781

+ 1 - 1
tests/subjects/all-hippocampal-volumes.csv

@@ -2,7 +2,7 @@ source_type,subject,hemisphere,correction,subfield,volume_mm^3,T1_input,analysis
 ashs,alice,left,nogray,CA1,679.903,,
 ashs,alice,left,nogray,CA2+3,124.458,,
 ashs,alice,left,nogray,DG,902.236,,
-ashs,alice,left,nogray,ERC,679.903,,
+ashs,alice,left,nogray,ERC,789.011,,
 ashs,alice,left,nogray,PHC,2346.878,,
 ashs,alice,left,nogray,PRC,2346.67,,
 ashs,alice,left,nogray,SUB,458.781,,

+ 1 - 1
tests/subjects/ashs-hippocampal-volumes.csv

@@ -2,7 +2,7 @@ source_type,subject,correction,hemisphere,subfield,volume_mm^3
 ashs,alice,nogray,left,CA1,679.903
 ashs,alice,nogray,left,CA2+3,124.458
 ashs,alice,nogray,left,DG,902.236
-ashs,alice,nogray,left,ERC,679.903
+ashs,alice,nogray,left,ERC,789.011
 ashs,alice,nogray,left,PHC,2346.878
 ashs,alice,nogray,left,PRC,2346.670
 ashs,alice,nogray,left,SUB,458.781