-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
where are SingleLocation and Location imported from?
I'm getting the following error in the TVB example
NameError Traceback (most recent call last)
<ipython-input-5-2ce275024e68> in <module>()
20 if 'IN' in id or True:
21
---> 22 ll = SingleLocation()
23
24 ll.location = Location(x=x,y=y,z=z)
NameError: name 'SingleLocation' is not definedignore the line numbers; they're from loading manual_import.py into jupyter notebook and exploring interactively.
this is the line in manual_import.py
https://github.com/OpenSourceBrain/ConnectivityShowcase/blob/master/TVB/manual_import.py#L52
thoughts?
Metadata
Metadata
Assignees
Labels
No labels