Skip to content

Commit

Permalink
Merge pull request #6 from ArcanaFramework/develop
Browse files Browse the repository at this point in the history
added default data type to BIDS store (NiftiGzX)
  • Loading branch information
tclose authored Apr 14, 2023
2 parents 74bc1e1 + b8f0786 commit 0a32403
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion arcana/bids/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from arcana.core.data.store import LocalStore
from fileformats.core import FileSet, Field
from fileformats.generic import Directory
from fileformats.medimage.nifti import WithBids
from fileformats.medimage.nifti import WithBids, NiftiGzX
from arcana.core.exceptions import ArcanaUsageError
from arcana.core.data.tree import DataTree
from arcana.core.data.set import Dataset
Expand Down Expand Up @@ -81,6 +81,8 @@ class Bids(LocalStore):
["group", "session"],
)

DEFAULT_DATATYPE = NiftiGzX

#################################
# Abstract-method implementations
#################################
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ doc = [
"sphinx-click>=3.1",
]
test = [
"codecov",
"fileformats-testing",
"medimages4tests >=0.3",
"pytest>=5.4.3",
Expand Down

0 comments on commit 0a32403

Please sign in to comment.