Skip to content

'SingleLocation' not defined #1

@JohnGriffiths

Description

@JohnGriffiths

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 defined

ignore 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions