Guillaume Fraux

Results 461 comments of Guillaume Fraux

Hey! It looks like you are running on an Intel mac, is this correct? Torch dropped support for intel macs on version 2.3, but anything below should work. Is there...

Ok, looks like the issue is that you are using Python 3.13, torch only published wheels up to Python 3.12: https://pypi.org/project/torch/2.2.2/#files Are you able to use a different Python version?

Hmm, alright. Then it would be nice to move this code into a `demangle_symbol` function, with the appropriate `#ifdef` (like for `dlopen` & co). In the current state, I am...

I saw that the calls are already in an ifdef, so this should be doable later down the line. I would still create a wrapper to handle platform differences, but...

I pushed my work in progress branch for this in the `gf/spherical-to-cartesian` branch on this repo if someone wants to take over!

It used to work at some point, but looks like something broke. Thanks for reporting, I'll have a look ASAP!

let me know if you want me to do some kind of review on this!

The code looks fine, but CI seems broken. I'll investiguate what's going on! Is this all the changes you want to make & merge for now?

> Is that ok for you? Yes, this is fine. The CI error seems relevant to these changes: ``` ERROR: Unsatisfiable requirements detected for package LinearAlgebra [37e2e46d]: LinearAlgebra [37e2e46d] log:...

Yes, the new failure is unrelated, this is a new version of clang-format not being happy with our C++ code. I'll fix it separately and update this branch!