Skip to content

Commit

Permalink
removing error
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 committed Dec 30, 2021
1 parent 4b4d11d commit 52b3689
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions content/en/docs/Tutorials/Connectome/4_Connectomics.md
Expand Up @@ -58,19 +58,7 @@ vc.get_connected_neurons_by_type(upstream_type='GABAergic neuron',
```


---------------------------------------------------------------------------

NameError Traceback (most recent call last)

<ipython-input-1-30b45349491d> in <module>
1 # Find all GABA-regic inputs onto descending neurons
2
----> 3 vc.get_connected_neurons_by_type(upstream_type='GABAergic neuron',
4 downstream_type='adult descending neuron',
5 weight=10).sort_values('weight', ascending=False, ignore_index=True)


NameError: name 'vc' is not defined




Expand Down

0 comments on commit 52b3689

Please sign in to comment.