Martijn van den Ende
Martijn van den Ende
Thanks @megies. The second error I get when storing the result directly in memory (`TypeError: Unknown format for file /tmp/obspy-cqbniban.tmp`) is not very informative of this kind of problem. Is...
I'd say that the filetype should not necessarily depend on its contents being syntactically correct. In the first place, XML files should have a schema declared, so if that is...
Ok, I see. Skipping filetype discovery seems like the best solution then.
Using `https://api.orcid.org/oauth/token` now leads to a `400` error. `_token_url` should be updated.
Yes, the alternative work-around also works for me. Though in this example `x` now becomes a tuple, effectively representing some kind of `zip` of `(jnp.arange(0, n_stop-n_start), jnp.arange(n_start, n_stop))`. Thanks!
I had the same issue, until I deleted the `server-files` and `server-data` directories. Then I ran into #42 and followed the instruction to properly `chown` these directories (I run docker...
@Azmaeus do you run docker as root or non-root user? As a non-root user, you typically set ownership to your user instead of root (e.g `chown -R user:group server-files/`). Since...
# TODO - [x] Increase final snapshot time precision (#87) - [x] Check [this comment](https://github.com/ydluo/qdyn/issues/85#issuecomment-1578285695) and verify MPI execution (#85) - [x] Check and merge Constanza's PR (#89) - [x]...
Thanks Eyup, I'll include this in the final release (#84)
Thanks, got it