Thomas Vandal
Thomas Vandal
It seems the docs thing was not too tricky (and 100% my fault :sweat_smile:): I had moved `exoplanet-core` from the "main" dependencies to the `pymc` and `pymc3` extra groups, because...
Hi @dfm! With exoplanet-dev/exoplanetcore, exoplanet-dev/celerite2 and exoplanet-dev/pymc-ext now (or soon) supporting PyMC v5, is there anything I can do to help `exoplanet` support it as well? I'm guessing the latest...
Hi @taylorbell57! A few pointers that might help: - When installing, make sure to add `[pymc3]` or `[theano]` when installing celerite2: `python -m pip install "celerite2[pymc3]"` - In the latest...
If by fresh environment you mean creating a new environment with `] activate ` (again, I'm very new to Julia, sorry if that's not what you meant), I just tried...
This is what I got when trying version info: ```julia julia> versioninfo() Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu)...
Oh, interesting, if I install julia via the [julia archlinux package](https://archlinux.org/packages/?name=julia) instead of [julia-bin](https://aur.archlinux.org/packages/julia-bin?O=10), GR works by default. However, this package is not recommended because it is unsupported by julia...
It worked using the [juliaup](https://aur.archlinux.org/packages/juliaup) AUR package! The window seems to be Wayland native (and not Xwayland), too! It does not work with [julia-bin](https://aur.archlinux.org/packages/julia-bin?O=10). The same error as before occurs....
Hi @wez, For me it seems that removing the two lines that setup/create terminfo fixed installation (I did have to force a rebuild with `--rebuild` when using paru for this...
I updated formatting so that flake8 check would pass. I also patched the `typing.Self` to be backward compatible for Python
Hi! I contributed to the pymc5 update and transit is the part of the code I am least familiar with, so definitely don't rule out me making a mistake in...