Skip to content

Commit 12c33f5

Browse files
committed
fix tests
1 parent 4e53176 commit 12c33f5

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies = [
5454
"neurom",
5555
"morph-tool",
5656
# ENTITYSDK
57-
"entitysdk>=0.8.3",
57+
"entitysdk>=0.8.7",
5858
"obi-auth>=0.3.0",
5959
"networkx>=3.4.2",
6060
"pyjwt>=2.10.1",

tests/data/cell_morphology.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"authorized_project_id": "0dbced5f-cc3d-488a-8c7f-cfb8ea039dc6",
1010
"assets": [
1111
{
12-
"label": null,
1312
"id": "a90bab5c-8529-4829-99fc-e90a270e8b30",
1413
"update_date": null,
1514
"creation_date": null,
1615
"path": "mpg150211_A_idA.swc",
1716
"full_path": "public/a98b7abc-fc46-4700-9e3d-37137812c730/0dbced5f-cc3d-488a-8c7f-cfb8ea039dc6/assets/cell_morphology/9720aa4a-0cd1-4f10-b6ad-04deb8f997b6/mpg150211_A_idA.swc",
1817
"is_directory": false,
1918
"content_type": "application/swc",
19+
"storage_type": "aws_s3_internal",
2020
"label": "morphology",
2121
"size": 561221,
2222
"sha256_digest": "8b850eface3e7b881db62c361dc5da62be008ca81501c406a59646bf7075c95b",
@@ -48,14 +48,14 @@
4848
}
4949
},
5050
{
51-
"label": null,
5251
"id": "56394210-d2fb-4755-990c-8083a97a46fd",
5352
"update_date": null,
5453
"creation_date": null,
5554
"path": "mpg150211_A_idA.ASC",
5655
"full_path": "public/a98b7abc-fc46-4700-9e3d-37137812c730/0dbced5f-cc3d-488a-8c7f-cfb8ea039dc6/assets/cell_morphology/9720aa4a-0cd1-4f10-b6ad-04deb8f997b6/mpg150211_A_idA.ASC",
5756
"is_directory": false,
5857
"content_type": "application/asc",
58+
"storage_type": "aws_s3_open",
5959
"label": "morphology",
6060
"size": 525332,
6161
"sha256_digest": "bf00878444539ead825f2d451cdf6f87072526f9a82c87de35fca5563ae5596b",

tests/data/electrical_cell_recording.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"full_path": "public/a98b7abc-fc46-4700-9e3d-37137812c730/0dbced5f-cc3d-488a-8c7f-cfb8ea039dc6/assets/electrical_cell_recording/7b7db396-00cb-4f72-924c-f2676a5ecd6f/S1FL_L5_DBC_cIR_4.nwb",
5959
"is_directory": false,
6060
"content_type": "application/nwb",
61+
"storage_type": "aws_s3_internal",
6162
"size": 1657656,
6263
"sha256_digest": "696ffb1e4eb24839c53407d1d5beee030316ef61648bea5a6e15eae6486fd813",
6364
"label": "nwb",

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)