akrasuski1

Results 6 comments of akrasuski1

Hey there, I've confirmed that the bug is there. Here's the code I tested with: ``` #include #include #include #include ISR(TIMER0_OVF_vect) { PORTB |= 1

Also, for anyone having this issue - a temporary workaround, without having to modify PySpice sources, is to reset the FFI before constructing the object: ```python class Shared(NgSpiceShared): def __init__(self,...

Not necessairly in parallel, but in the same Python script. Right now, even the code I linked to, when pasted twice, will fail with the error I described.

A dumb example: https://gist.github.com/akrasuski1/d4a0e5c524202b0c3aa2511159101d91 There, I create two experiments, one with voltage divider driven by a sine source, the other with cosine (yeah, I know they are the same, but...

Wow, thanks for kind words :) If anyone wants to do it, I'd love to hear about it.

I meant the terminal program. I'm not really a huge Windows fan though, so unless there will be higher demand for it than it is now, I probably won't do...