Thomas Vandal
Thomas Vandal
I also have this issue with nvim's built-in LSP and `pyright` it is probably because pyright (or pyls) is launched before the VIRTUAL_ENV variable is set by poetv (discussed in...
Running `:LspRestart` makes the LSP detect the environment (because VIRTUAL_ENV is now set). I tried editing the plugin source code to run `LspRestart` automatically when the environment is activated. It...
I tried to implement this yesterday. As I said above I know very little about Aesara, so I just copied the `argsort` function and class and I started from there....
Hi, I'm not sure this is the best place to ask my question (sorry if it's not). I was wondering if there were plans to make exoplanet compatible with PyMC...
I think this is a duplicate of #232, which is fixed by TimUntersberger/neogit#441. As mentioned there, you can use `disable_commit_confirmation = true` in the meantime, so the pop-up won't appear...
I noticed a similar issue on sway. Wezterm sometimes crashes and I get a notification with the following error: ``` running message loop: error during event_q.dispatch protocol_error=Some(ProtocolError { code: 2,...
Thanks! > I'll try to get those released ASAP. Might be worth adding a test against the GitHub versions of those in the meantime as well though? What do you...
@dfm another point I forgot to raise is that `unit_disk` and `angles` are defined both here and in exoplanet-dev/pymc-ext. Should one of them be removed (with a deprecation warning at...
Hi @dfm! I finally took time to look at the remaining issues with this PR. - I just finished a first attempt at updating the case studies. I'll send a...
@dfm Yes sorry, I had forgotten to re-run the tests with PyMC3 locally. Most errors were related to differences in how to access the shape of a variable in PyMC3...