Richard C Gerkin
Richard C Gerkin
@slarson Do you know where that Fig. 3 came from in your first message? That's what I need to move forward. I thought maybe it came from [this](http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2173050/) referenced in...
If you contribute a PR with new, more relaxed constraints, I'd be happy to merge it and update the version.
Gosh, this is awful. Do you need the dev branch for anything? My hope was that you could work strictly from the metacell branch.
@russelljjarvis Are you sure it is always exactly one half of the correct length for any duration of injected current? When I run the model with jNeuroMLBackend, I get a...
Not much has changed in sciunit, functionally (it has all been adding type hints, more documentation, and more unit tests), but if you experience any problems you can use an...
Sciunit judge no longer works with static Models. How can I opt of using the ProtocolToFeaturesTest?
@russelljjarvis I've just fixed this in the `backend-refactor` branch (the one with the open PR). So now I can do: ``` m = StaticModel(vm) # Make a static model based...
Sciunit judge no longer works with static Models. How can I opt of using the ProtocolToFeaturesTest?
@russelljjarvis I don't know what you are doing to get this because you printed the traceback but not the code that produced it.
Sciunit judge no longer works with static Models. How can I opt of using the ProtocolToFeaturesTest?
@russelljjarvis OK, I think I figured it out based on the traceback. RheobaseTest does not inherit from TestPulseTest so it needed a few bug fixes to work. I applied them...
Sciunit judge no longer works with static Models. How can I opt of using the ProtocolToFeaturesTest?
@russelljjarvis Does the fix in the rick branch work for you? I am able to run most of your notebook above with that branch, although I needed to make a...
Sciunit judge no longer works with static Models. How can I opt of using the ProtocolToFeaturesTest?
Actually, I cannot finish because of an issue in `get_neab`. You wouldn't have encountered it because you have the `all_tests.p` pickle file, but I cannot reconstruct it because of [this...