Thomas Vandal

Results 29 issues of Thomas Vandal

Hello, I am currently looking for a way to replicate the behaviour of `numpy.lexsort()` with aesara. From my understanding there is no straightforward way to do this currently. Here is...

enhancement
NumPy compatibility
Op implementation

When running the code below to create a for a `CompoundAnalyticOptic` object in the [POPPY quickstart notebook](https://nbviewer.org/github/spacetelescope/poppy/blob/stable/notebooks/POPPY_tutorial.ipynb), ```python import poppy ap = poppy.MultiHexagonAperture(rings=3, flattoflat=2) # 3 rings of 2 m...

This builds upon #271, where pretty much all the hard work required to update from PyMC3 had already been done, and implements support of PyMC v5. Most of the changes...

Hi! When using the `Eso` class to access the regular "raw" archive, everything works as expected (see first snippet below). However, when using the "special access" archive by setting `QUERY_INSTRUMENT_URL...

eso

Hi, Thanks for the plugin! I just set it up with hydra, mini.ai and hydra following the docs. Everything works great, but when I open neovim without any file, I...

When running `:checkhealth`, I get the following deprecation warnings: ``` jupytext: require("jupytext.health").check() - WARNING vim.health.report_start() is deprecated, use vim.health.start() instead. :help |deprecated| This feature will be removed in Nvim version...

Hello! I'm not sure if this is a known issue, but the `get_all_catalogs()` sometimes seems to return duplicates of the same target. I noticed it when trying to simulate [GTO...

Hi, I'm very new to Julia, so I'm sorry if this is something obvious. When trying to plot (`plot(x, y)`) with the GR backend, I get the error shown in...

Hi, First, thanks for the app it's the best one I've found for this kind of timer on Linux! I think it would be a nice addition to be able...

enhancement

A PyMC developer pointed out potential inefficiencies in `rng_fn()` for `CeleriteNormalRV`. Here is the relevant text from [the original comment](https://github.com/pymc-devs/pytensor/issues/866#issuecomment-2196443772): > Also there's some inefficiency in your rng_fn. If size...