-
Hi All,
I am trying to read from a excel file, manipulate some data and write to another excel. I am seeing a weird issue when adding rows which have merged cells. They are not getting added as exp…
-
Hello,
When I run demo_toolbox.py I get this error. How can I fix this errors?
=====================================================
(voice-clone) C:\Users\Linda\Desktop\voice>python demo_cli.…
-
Is there a reason for such behavior?
I'm asking because I'm using BIDSPath as a kind of template tool for paths in my dataset.
For instance, I like to use the same BIDSPath for writing a file and th…
dmalt updated
3 years ago
-
Hello,
Very excited with the Scenicplus package. I am trying to finalise processing of my cistopic objet but I have an issue for the run_pycistarget() step.
Here is the code I run and the outpu…
-
## Describe the bug
I have a local file `*.json.gz` and it can be read by `pandas.read_json(lines=True)`, but cannot be read by `load_datasets("json")` (resulting in 0 lines)
## Steps to reproduce…
-
I have a pdf document which includes an aol email address in the following format
Sample: abcd[.]aol[.]com
I am running the iocp parser without any options/flags and I see the output includes aol.com …
-
createWorkbook()
Line 776:
target = path.join(this.fpath, this.id);
if (existsSync(target)) fs.rmdirSync(target)
workbook.generate(function(err, jszip) {
})
There is no generate method. I do not …
-
Hello,
I have done everything so far, but when I'm trying to load from the LibreSpeech samples, this is the error I get.
Arguments:
datasets_root: datasets_root
models_dir: save…
-
It seems like https://github.com/tlienart/Franklin.jl/commit/c94317b5823c3510ed9180e7d374010c08557262 broke JuliaGPU's use of `pagevar`: https://github.com/JuliaGPU/juliagpu.org/blob/ff65a83f80ee2baf5…
-
When using the context-manager, should a (non libzim) error occur, the exception is raised but the finalization is done on the Creator as if everything went well.
```py
with libzim.writer.Creator(…