Skip to content

Warning about Version v3_9_0 - NeuronBridge metadata seems to be out of date. #7

@IanQS

Description

@IanQS

Hey all!

I'm running some queries and I'm getting very strange errors and results. TL;DR my script is looking for neuron IDs

line_id = "SS17963"
lm_images = nb_client.get_lm_images(line_id)
for img in tqdm(lm_images, desc="Dataset"):
    if img.anatomicalArea == "Brain" and img.gender == Gender.female:
        cds_match: CDSMatch
        cds_matches_vnc = nb_client.get_cds_matches(img)  # <- line raising the warning

Any insights into what's happening?

I ask because it seems to be surfacing non-existent neuron IDs for flywire sometimes where it did not before

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions