Matt Graham
Matt Graham
From some debugging and testing on a GitHub Actions MacOS test runner it looks like the `healpy` and `torch` wheels on MacOS (specifically installed `healpy-1.18.1` and `torch-2.7.1`) are linking against...
Just to note that as part of #517 a test was added which does build the docs for the template by creating a temporary virtual environment, installing `tox`, running `tox...
Relatedly, we don't seem to currently have the template tests triggered to run on a `cron` schedule, which would also be helpful in giving earlier indication of when things are...
For Python 3.11 onwards, I think the [`codeobject.co_qualname`](https://docs.python.org/3/reference/datamodel.html#codeobject.co_qualname) attribute gives what is needed directly without needing to look for `self` and `cls` in `frame.f_locals`. I think the following reimplementation of...
Thanks for following up, I'll try to have a go at a PR to implement this.
> Yes. This was already merged in [#4814](https://github.com/CliMA/Oceananigans.jl/pull/4814). [@matt-graham](https://github.com/matt-graham) have you tried with the latest version? Can confirm the above minimal example still errors for me with v0.102.1 with same...
> > > Yes. This was already merged in [#4814](https://github.com/CliMA/Oceananigans.jl/pull/4814). [@matt-graham](https://github.com/matt-graham) have you tried with the latest version? > > > > > > Can confirm the above minimal example...