You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here, I would expect to get all .png files in the selected dataset that have image in their name.
In each dataset, there are multiple image.png files. However, as EbrainsPublicDatasetConnector uses a dictionary to store the files, it cannot handle multiple files with the same name:
Hence, it returns only one image.png per dataset. I think this logic needs to be changed to include the full path, so that multiple files with the same name can be properly handled.
The text was updated successfully, but these errors were encountered:
I just tried to use
EbrainsPublicDatasetConnector
to retrieve some data from the KG, using the following code:Here, I would expect to get all
.png
files in the selected dataset that haveimage
in their name.In each dataset, there are multiple
image.png
files. However, asEbrainsPublicDatasetConnector
uses a dictionary to store the files, it cannot handle multiple files with the same name:Hence, it returns only one
image.png
per dataset. I think this logic needs to be changed to include the full path, so that multiple files with the same name can be properly handled.The text was updated successfully, but these errors were encountered: