We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a8545 commit 10eb8e4Copy full SHA for 10eb8e4
scripts/collect_test_data.py
@@ -19,6 +19,7 @@
19
import pandas as pd
20
from datalad import api
21
22
+# fmt: skip
23
readme_template = """# PETPrep Test Data Collection
24
25
## Overview
@@ -91,6 +92,7 @@
91
92
# Create dataset_description.json content
93
def create_dataset_description():
94
"""Create BIDS dataset_description.json content."""
95
+ # fmt: skip
96
return {
97
'Name': 'PETPrep Test Data Collection',
98
'BIDSVersion': '1.7.0',
@@ -103,7 +105,7 @@ def create_dataset_description():
103
105
],
104
106
'EthicsApprovals': [
107
'This is a test dataset compiled from publicly available BIDS datasets for software',
- 'testing purposes'
108
+ 'testing purposes',
109
110
'ReferencesAndLinks': [
111
'https://github.com/nipreps/petprep',
0 commit comments