Hannes Vogt

Results 15 comments of Hannes Vogt

I missed this PR, I would be interested in having this (but I am not actively contributing, just playing with Carbon). Currently I maintain a setup in my fork. It's...

Thanks a lot! It works for my use case!

The problem triggered again in our CI: ``` File ~/work/gt4py/gt4py/.tox/notebooks-py310/lib/python3.10/site-packages/dace/__init__.py:23 20 from .symbolic import symbol 22 # Run Jupyter notebook code ---> 23 from .jupyter import * 25 # Import...

It seems (if you don't need audio) `scrcpy --no-audio` works as suggested in #4527.

cscs-ci run

cscs-ci run

Maybe a function like ```cpp atlas::functionspace::NodeColumns enableNodeColumns(mesh, [options]); ``` would make it more obvious that the mesh changes. > At the point of mesh-creation you may not yet have the...

>I have considered your proposed function enableNodeColumns versus a NodeColumns constructor, and in the end the API would be the same, bar a different name. There is a big difference:...