Skip to content

Commit

Permalink
Merge branch 'ig/spatial_data' into keller-mark/spatial_data2
Browse files Browse the repository at this point in the history
  • Loading branch information
keller-mark authored Oct 7, 2024
2 parents 3f10a28 + 0b04e15 commit 5750c3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "vitessce"
version = "3.4.0"
version = "3.4.1"
authors = [
{ name="Mark Keller", email="mark_keller@hms.harvard.edu" },
]
Expand Down
2 changes: 0 additions & 2 deletions tests/test_wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ def test_spatial_data_with_base_dir(self):

file_def_creator = w.make_file_def_creator('A', 0)
file_def = file_def_creator('http://localhost:8000')
print(file_def)
self.assertEqual(file_def, {
'fileType': 'spatialdata.zarr',
'url': 'http://localhost:8000/test.spatialdata.zarr',
Expand All @@ -420,7 +419,6 @@ def test_spatial_data_with_base_dir(self):
}})

def test_spatial_data_with_base_dir_2(self):

spatial_data_path = 'test.spatialdata.zarr'
w = SpatialDataWrapper(
sdata_path=spatial_data_path,
Expand Down

0 comments on commit 5750c3a

Please sign in to comment.