anilbey

Results 33 comments of anilbey

The built-in unittest.mock library can be handy for the parts of code that are harder to test. https://docs.python.org/3/library/unittest.mock.html#module-unittest.mock

Great idea, count me in!

Hi @aleesteele sure that would be great!

What can be a good default value for the downward derivative?

In #196, the AP_end_indices work exactly like in V2 and it accepts a variable threshold. With @AurelienJaquier we also did a re-implementation similar to the `V5::AP_begin_indices` but that changes the...

I was trying to undo the _versioneer change. Let me reopen it.

I don't have permission to push, @mariarv did you enable the "allow contributors to make changes" option?

The issue was automatically getting closed when I wanted to push after a rebase while my default git push behaviour was `matching`. Now I set it to `simple` (I can...

The C++ implementation of voltage base is using the mean but the impedance feature is assuming median. What shall we do? https://github.com/BlueBrain/eFEL/blob/760ec49235f480e30481ca1138a92bb4ac4a1f88/efel/cppcore/LibV5.cpp#L2261-L2280

The conflict is just the ordering of `featurenames.json`. I sorted it on master branch.