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

Commit

Permalink
Merge pull request #23 from bids-standard/enh/bids_files
Browse files Browse the repository at this point in the history
Use ancpbids Artifact for BIDSFile operation
  • Loading branch information
adelavega authored Dec 14, 2022
2 parents 292f256 + 67ea3d1 commit 917e51e
Show file tree
Hide file tree
Showing 10 changed files with 401 additions and 368 deletions.
3 changes: 1 addition & 2 deletions bids/layout/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .layout import BIDSLayout, Query
from .models import (BIDSFile, BIDSImageFile, BIDSDataFile, BIDSJSONFile)
from .index import BIDSLayoutIndexer
from .utils import add_config_paths, parse_file_entities
from .utils import add_config_paths
# Backwards compatibility
from bids_validator import BIDSValidator

Expand All @@ -10,7 +10,6 @@
"BIDSLayoutIndexer",
"BIDSValidator",
"add_config_paths",
"parse_file_entities",
"BIDSFile",
"BIDSImageFile",
"BIDSDataFile",
Expand Down
162 changes: 0 additions & 162 deletions bids/layout/db.py

This file was deleted.

Loading

0 comments on commit 917e51e

Please sign in to comment.