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