We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ec913 commit 890870dCopy full SHA for 890870d
1 file changed
netpyne_ui/__init__.py
@@ -26,8 +26,6 @@ def init_eeg():
26
thread = Process(target = init_eeg)
27
thread.start()
28
29
-sys.stdin = open(os.path.join(HERE, "stdin.txt"),'r') # FIXES library asking for input to download -- eg lfpykit models
30
-
31
32
RouteManager.add_controller(api.NetPyNEController)
33
0 commit comments