Moritz E. Beber

Results 453 comments of Moritz E. Beber

Hmm, would either of you be interested in contributing this feature? I'm afraid I won't have time to work on this myself.

I just tried this again and now ``` curl -X GET "https://www.ebi.ac.uk/ena/portal/api/filereport?accession=ERR9539214&fields=run_accession%2Cexperiment_accession&format=tsv&result=read_run" ``` succeeds. 🤷🏼‍♂️

I just tried this with your input and it seems to download the files just fine. Was this also your experience?

This is quite annoying. I tried to fix it by explicitly defining ```py class Schema(pa.SchemaModel): price: Series[numpy.int64] class Config: coerce = True ``` but that didn't help either 🙁

In order to keep this alive, just wanted to comment that I've started using the `+` operator more and more @bentsherman . I've grown to like it a lot. It's...

I see, thank you for the explanation 🙂

@Ed0u66 as a work around, if you install OSQP and HIGHSpy, you can use the hybrid optlang interface, which has no issues with "invalid" characters.

The solution to this problem is to define a `pyproject.toml` with at least a section that looks like: ```toml [build-system] requires = [ "torch" ] ``` That ensures that the...

Thanks for the report. The error message seems quite clear to me. You don't have git installed but it is required. You can install it, for example, using conda.