Skip to content
Snippets Groups Projects
Commit 73b34c74 authored by Jan Müller's avatar Jan Müller
Browse files

Merge branch 'feature/Add_arbor_support' of...

Merge branch 'feature/Add_arbor_support' of https://devhub.vr.rwth-aachen.de/VR-Group/in-situ-pipeline/access-node into feature/Add_arbor_support
parents a33d1aeb 6d015613
No related branches found
No related tags found
1 merge request!4Feature/add arbor support
Pipeline #163351 canceled
......@@ -75,7 +75,7 @@ def nest_get_multimeter_info(): # noqa: E501
gids = []
if len(attributes) > 0:
for id in attributes[:,0]:
cur.execute("SELECT id FROM nest_neuron_multimeter WHERE id = %s", (id,))
cur.execute("SELECT neuron_id FROM nest_neuron_multimeter WHERE multimeter_id = %s", (id,))
gids.append([i[0] for i in cur.fetchall()])
mult_info = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment