Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Commit 7f85f8e

Browse files
authored
Merge branch 'rf/ancp-layout' into invalid_filters
2 parents 58790d7 + b94864d commit 7f85f8e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

bids-examples

Submodule bids-examples updated 45 files

bids/layout/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ def __fspath__(self):
8585

8686
@property
8787
def relpath(self):
88-
""" No longer have access to the BIDSLayout root directory """
8988
return self._artifact.get_relative_path()
9089

9190
def get_associations(self, kind=None, include_parents=False):

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ dependencies = [
3131
"bids-validator",
3232
"num2words",
3333
"click >=8.0",
34+
"ancpbids @ git+https://github.com/adelavega/ancp-bids.git",
3435
]
3536
dynamic = ["version"]
3637

0 commit comments

Comments
 (0)