orena1 / neuron_reduce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unneeded gui import

a1eko opened this issue · comments

Is importing gui in 'subtree_reductor_func.py' really needed?

See this
#1 (comment)

I assume it can be removed if we load the needed hoc files using load_file("...").
It there a problem with import the gui?

Well, if one imports neuron_reduce in jupyter notebook, a GUI windows pops up. This is kind of ugly since it's not expected.

Ok, I'll try to see if I can remove it.

Fixed with 8519186