Pramod Kumbhar

Results 229 comments of Pramod Kumbhar

@ohm314 - what was last verdict on this part?

@Helveg: I would say it's not unreasonable to expect NMODL easily available on Windows. Just we need to see when we could have a bit of time to experiment about...

> I think this is because the AST is not aware of which file it came from (which is good for separation of concerns, not so good for debugging), so...

**Some implementation notes for the discussion:** Considering the example: ``` RANDOM UNIFORM(0.0, 1.0) ur1, ur2 ``` * The whole line represent RandomStatement. * ur1 and ur2 are random variables. *...

thanks, @thorstenhater! The #89 mentions `conditional statements` in the title but there is no specific example there. These are bugs and I vaguely remember discussion around these: * For 1,...

> It would have been very helpful and saved a bunch of time if nmodl would not hide the errors that occur when looking for Python modules. By the way,...

Discussion / explanation in: https://github.com/neuronsimulator/nrn/issues/1957

@alkino : If this is a good change, I wonder if similar change should be done on neuron side. This way, we won't have situation where neuron will accept the...