We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853a490 commit 48e35b9Copy full SHA for 48e35b9
tests/test_file.py
@@ -250,9 +250,9 @@ def test_retrieve_instance(file_client):
250
251
def test_retrieve_instance_rle(file_client):
252
instance = file_client.retrieve_instance(
253
- '1.3.46.670589.14.1000.210.4.199999.20110525182825.1.0',
254
- '1.3.46.670589.14.1000.210.3.199999.20110525182826.1.0',
255
- '1.3.46.670589.14.1000.210.2.199999.20110525185628.1.0'
+ '1.2.826.0.1.3680043.8.498.12406831542731051035295345080039845114',
+ '1.2.826.0.1.3680043.8.498.16157229083793556332623330502397121062',
+ '1.2.826.0.1.3680043.8.498.49043964482360854182530167603505525116',
256
)
257
assert isinstance(instance, Dataset)
258
0 commit comments