Skip to content

Fix missing import and update function call in example code#49

Open
ayyucedemirbas wants to merge 1 commit intoGoogle-Health:masterfrom
ayyucedemirbas:master
Open

Fix missing import and update function call in example code#49
ayyucedemirbas wants to merge 1 commit intoGoogle-Health:masterfrom
ayyucedemirbas:master

Conversation

@ayyucedemirbas
Copy link
Copy Markdown

Added missing import: Included from typing import List to resolve NameError for List in the get_ct_embeddings function definition.
Updated function call: Corrected the call to get_ct_embeddings to use dicom_urls=my_url instead of dicom_url=my_url, ensuring the argument matches the function definition.

Added missing import: Included from typing import List to resolve NameError for List in the get_ct_embeddings function definition.
Updated function call: Corrected the call to get_ct_embeddings to use dicom_urls=my_url instead of dicom_url=my_url, ensuring the argument matches the function definition.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant