Skip to content

Commit

Permalink
fixed up remaining syntax changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Aug 23, 2024
1 parent 28d1c3c commit 5c221d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import xnat4tests
import medimages4tests.dummy.nifti
import medimages4tests.dummy.dicom.mri.fmap.siemens.skyra.syngo_d13c
from pydra2app.core.image.base import BaseImage
from pipeline2app.core.image.base import BaseImage
from frametree.common import Clinical
from frametree.core.frameset import FrameSet
from fileformats.medimage import NiftiGzX, NiftiGz, DicomSeries, NiftiX
Expand Down
2 changes: 1 addition & 1 deletion frametree/xnat/tests/test_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def test_grid_roundtrip(simple_dataset: FrameSet):
data_store = simple_dataset.store

with data_store.connection:
data_store.save_frameset(
data_store.save_frameset_definition(
dataset_id=simple_dataset.id, definition=definition, name="test_dataset"
)
reloaded_definition = data_store.load_frameset(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ test = [
"fileformats-testing",
"frametree-bids",
"medimages4tests >=0.3",
"pydra2app",
"pipeline2app",
"pytest >=5.4.3",
"pytest-cov >=2.12.1",
"pytest-env >=0.6.2",
Expand Down

0 comments on commit 5c221d2

Please sign in to comment.