Ben Mares

Results 675 comments of Ben Mares

On a related note, in the loop to compute $p_\min$ it looks like we use the IFLAG of the last iteration. Maybe we could bail earlier on an error?

Adding a package to conda-forge is often as simple as running [Grayskull](https://github.com/conda/grayskull) to generate [a PR in staged-recipes](https://github.com/conda-forge/staged-recipes/pull/22209). Anyone is welcome to clone my branch and fix things up to...

Thanks @krassowski for the feedback! I did it in a big rush, so I'm not surprised there were mistakes. I did another very quick pass to address your points. @drhagen,...

Thanks a lot @nicoddemus for the suggestion. This behavior is indeed expected with the current suboptimal implementation. Does the proposal in https://github.com/conda/conda-lock/issues/751 cover what you're suggesting? I'm planning to look...

Ping @bwengals @AlexAndorra

TODO: why is it sqrt_psd in HSGP and psd in HSGPPeriodic? Which is it, or is the psd just not square rooted in the periodic version?

> A GP model with a periodic covariance function does no fit in the framework of the HSGP approximation covered in this study I'm pretty sure it fits in with...

Oh!!! Sorry @bwengals, I wasn't reading that closely enough. They're not quite doing what I expected. I'm 99% sure it's not qualitatively different from what I had in mind, but...

I just did a rebase because I was accidentally working from an old version of the `main` branch. There are no new changes relative to the rebase.

But pixi is not a Python package manager, it's an environment manager. `uv` is just a Python package manager. You can't install compilers with `uv` so at least from my...