Skip to content

Commit

Permalink
Merge pull request #306 from dbkeator/master
Browse files Browse the repository at this point in the history
updated read_nidm function to accomodate data elements being of types…
  • Loading branch information
dbkeator authored Dec 3, 2021
2 parents adc7bb2 + 39b6df1 commit 924372a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nidm/experiment/Utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def read_nidm(nidmDoc):
prefix nidm: <http://purl.org/nidash/nidm#>
select distinct ?uuid
where {
?uuid a nidm:DataElement .
?uuid a/rdfs:subClassOf* nidm:DataElement .
}
'''
Expand Down
2 changes: 1 addition & 1 deletion nidm/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
_version_major = 3
_version_minor = 9
_version_micro = '3' # use '' for first of series, number for 1 and above
_version_micro = '4' # use '' for first of series, number for 1 and above
_version_extra = ''
# _version_extra = '' # Uncomment this for full releases

Expand Down

0 comments on commit 924372a

Please sign in to comment.