Luc Grosheintz

Results 154 comments of Luc Grosheintz

I looked at something similar and found that often the pattern: ``` ERROR: Something terrible happened! ``` was due to: ``` with pytest.raises(Exception): do_something_bad() ``` while doing so we eventually...

Third option, only allow one MOD file at a time.

Let's include: https://github.com/BlueBrain/HighFive/pull/1038 and then recreate the release.

@nrnhines I'd be happy to work on this from Wed onwards. Please let me know if you'd prefer to work in it yourself, so we don't both work on this.

I would try copying the discontiguous data into a contiguous buffer; and write from there. This buffer could either be the full size, or something sufficiently large (candidates are 4kb,...

I think you're asking about how to change the callback so it can write more than one double. I'm guessing `mask` is a vector of column indices and therefore you're...

@nrnhines The issue is that because we do manual reference counting, the following entirely made up sequence of steps might be possible: 1. We create a `tuple` with an element...

Summary of discussion with @nrnhines: 1. Carefully check if NOCMODL supports this and check ModelDB CI for usage examples. 2. Also consider recursive use, e.g. solving a LINEAR block inside...

The original issue reporting an issue is #2783.