Dimitri Papadopoulos Orfanos

Results 835 comments of Dimitri Papadopoulos Orfanos

Not sure how to install a specific branch with `pip`. I installed myself from a repository clone with `python setup.py develop`. @skjerns How do you think compatibility should be handled?...

Indeed, an [EDF](https://www.edfplus.info/specs/edf.html) file contains: > 8 ascii : duration of a data record, in seconds > 4 ascii : number of signals (ns) in data record > ns *...

I understand the VPN initially works, but fails to transfer a large file. Am I correct? If so, that's probably an MTU issue.

Now that #1258 has been merged, does this issue still occur? I don't have time to read this thread again to make sure this issue has been solved., However, do...

Well, in that case you just need to rerun `openfortivpn` without `--persistent`. The `--persistent` option wasn't designed to work with OTP and I have always considered it a s hack....

I'm cleaning up the licenses. I understand this Python code is translation of the Matlab [getLebedevSphere](https://fr.mathworks.com/matlabcentral/fileexchange/27097-getlebedevsphere) code. I've extracted the `license.txt` file from the ZIP package. * [getLebedevSphere.zip](https://github.com/user-attachments/files/22033183/getLebedevSphere.zip)

I am able to reproduce segfaults even with a mere `ctest`, without `-j12`: ``` $ ctest Test project /my/path/c-blosc2/build [...] Start 1736: b2nd_example_serialize 1736/1736 Test #1736: b2nd_example_serialize .................................... Passed 0.00...

I do not see segfaults without `-j12` any more – but in that case segfaults were sporadic.

Tests could be modified to be run in a debugger. To get GDB to automatically print a backtrace in case of a crash: ```shell gdb --batch --ex run --ex bt...

Besides I would use `ruff format` instead of `black` nowadays, to minimize the number of dependencies.