Médéric Boquien
Results
2
issues of
Médéric Boquien
Hello, When writing a table in ASCII format one can have a fixed-width format (ascii.fixed_width) or a commented header (ascii.commented_header) but not both. It would be good to be able...
Feature Request
io.ascii
#### Minimal, reproducible code sample, a copy-pastable example if possible ```python import multiprocessing as mp import numcodecs mp.set_start_method("spawn") ``` #### Problem description Trying to use `multiprocessing.set_start_method()` results in an exception:...
bug