Closed jefferis closed 3 years ago
@dokato
q = "MATCH (n :hemibrain_Neuron) WHERE exists(n.instance) RETURN count(n)"
should be
q = "MATCH (n :Neuron) WHERE exists(n.instance) RETURN count(n)"
could you test if that fixes and make a PR?
Closed by #140
@dokato this is the source of your other bug report.