Search found 8 matches

by neuron121!
Wed Jul 27, 2022 1:06 pm
Forum: Reaction-diffusion in NEURON
Topic: rxd.Reaction(...) causes finitialize to not work
Replies: 1
Views: 12629

Re: rxd.Reaction(...) causes finitialize to not work

Just for a follow-up, after downloading Neuron 8.2.0, there is the SAME error every time that there is ANY rxd.Reaction() call followed by h.finitialize(). This occurs straight after downloading, and I'm not sure what to do about this error. If there are any suggestions, I would be grateful. I have ...
by neuron121!
Wed Jul 27, 2022 12:34 pm
Forum: MSWin
Topic: Error after install NEURON 8 using rxd
Replies: 4
Views: 13924

Re: Error after install NEURON 8 using rxd

Hello,

I am having the exact same problem. I've tried 8.0.0, 8.0.1, and 8.0.2. I am using a Windows 64 bit, and my collaborator is using Mac, and it works fine for him. Do you have any suggestions?

Thank you!
by neuron121!
Mon Jul 25, 2022 7:53 pm
Forum: Reaction-diffusion in NEURON
Topic: rxd.Reaction(...) causes finitialize to not work
Replies: 1
Views: 12629

rxd.Reaction(...) causes finitialize to not work

Hello all, I have been debugging some code sent to me from a MacOS for a while (I use Windows). Basically, I've traced the error to every time I call an instance of self.'anything' = rxd.Reaction('anything'), and I get the following error when I run f.initialize(-65): C:\Users\jdami\AppData\Local\Te...
by neuron121!
Wed Jul 20, 2022 5:03 pm
Forum: Other questions
Topic: h.finitialize() fails with a hocobj call error
Replies: 5
Views: 8709

Re: h.finitialize() fails with a hocobj call error

Is there anything else I can try? I'm still stuck on this issue
by neuron121!
Wed Jul 13, 2022 1:12 pm
Forum: Other questions
Topic: h.finitialize() fails with a hocobj call error
Replies: 5
Views: 8709

Re: h.finitialize() fails with a hocobj call error

Hello. After removing the space, the same error was achieved.
by neuron121!
Thu Jun 09, 2022 3:47 pm
Forum: Other questions
Topic: h.finitialize() fails with a hocobj call error
Replies: 5
Views: 8709

h.finitialize() fails with a hocobj call error

Hello, I got some python code sent to me that works on their end, but it gets the following error on my end: # lots of similar lines ... ... C:\Users\jdami\AppData\Local\Temp\ccWASCyx.s:1829: Error: bad register name `%rbp)' C:\Users\jdami\AppData\Local\Temp\ccWASCyx.s:1830: Error: bad register name...
by neuron121!
Fri Apr 22, 2022 1:06 pm
Forum: Anatomically detailed models
Topic: Uploading .swc file through .hoc
Replies: 3
Views: 8607

Re: Uploading .swc file through .hoc

Hello, Thank you for the reply. I think this code is the most helpful to me. oc>objref pyobj oc>pyobj = new PythonObject() oc>nrnpython("import math") 1 oc>pyobj.math.cos(3.14) -0.99999873 However, when I run it in the neuron executable or in VS code, the third line always comes out as a 0...
by neuron121!
Sat Apr 02, 2022 2:13 pm
Forum: Anatomically detailed models
Topic: Uploading .swc file through .hoc
Replies: 3
Views: 8607

Uploading .swc file through .hoc

Hello all, I have an uploaded neuron in a .swc file, and I'm able to access it through a python file. However, I have all this previous code that runs through NEURON, through a .hoc file. It doesn't read the python file, so I have two options: I can either rewrite all the .hoc code in python, or I c...