1515
1616
1717def get_data (tmp_path ):
18- """
19- Copy testing data to a local directory.
18+ """Copy testing data to a local directory.
2019
2120 Parameters
2221 ----------
@@ -34,8 +33,7 @@ def get_data(tmp_path):
3433
3534
3635def _remove_a_json (json_file ):
37- """
38- Remove a JSON file.
36+ """Remove a JSON file.
3937
4038 Parameters
4139 ----------
@@ -46,8 +44,7 @@ def _remove_a_json(json_file):
4644
4745
4846def _edit_a_nifti (nifti_file ):
49- """
50- Edit a NIfTI file by replacing its data with random values.
47+ """Edit a NIfTI file by replacing its data with random values.
5148
5249 Parameters
5350 ----------
@@ -60,8 +57,7 @@ def _edit_a_nifti(nifti_file):
6057
6158
6259def file_hash (file_name ):
63- """
64- Create a hash from a file.
60+ """Create a hash from a file.
6561
6662 Parameters
6763 ----------
@@ -79,8 +75,7 @@ def file_hash(file_name):
7975
8076
8177def _get_json_string (json_path ):
82- """
83- Get the content of a JSON file as a string.
78+ """Get the content of a JSON file as a string.
8479
8580 Parameters
8681 ----------
@@ -98,8 +93,7 @@ def _get_json_string(json_path):
9893
9994
10095def _add_deletion (summary_tsv ):
101- """
102- Add a deletion entry to a summary TSV file.
96+ """Add a deletion entry to a summary TSV file.
10397
10498 Parameters
10599 ----------
@@ -118,8 +112,7 @@ def _add_deletion(summary_tsv):
118112
119113
120114def _add_ext_files (img_path ):
121- """
122- Add and save extension files in the same directory as the image file.
115+ """Add and save extension files in the same directory as the image file.
123116
124117 Parameters
125118 ----------
@@ -146,8 +139,7 @@ def _add_ext_files(img_path):
146139
147140
148141def _edit_a_json (json_file ):
149- """
150- Open a JSON file, write a test entry to it, and save it to the same name.
142+ """Open a JSON file, write a test entry to it, and save it to the same name.
151143
152144 Parameters
153145 ----------
0 commit comments