Axel Huebl
Axel Huebl
Thanks for the report. That looks like an environment issue. Did you try to re-create your conda environment with a fresh version of Jupyter Lab, ipywidgets and openPMD-viewer?
Hi @titoiride, This looks like an install issue when heFFTe was installed. How did you build/install heFFTe itself? On which system is this, Perlmutter? At the moment, heFFTe is just...
Ok, thanks @titoiride! For now, please use `-DWarpX_HEFFTE=OFF` (which is the default). This feature is really not yet needed, I updated the PM docs now. @aeriforme and I need to...
I have the same issue with mixing classes that I define in the right order - but stubgen outputs them alphabetically, which breaks then exactly as the two examples above:...
@sizmailov Can we disable sorting somehow? I am running tools like `ruff` on my generated files anyway :)
As a quick hack, I tried to remove the `sorted()` for classes in `printer.py` but it looks like the class sorting stays the same right now. It looks like the...
I modified the inheritance test in #238 as a demo but am not sure how to fix the issue yet :)
Ok, if I append `reverse=True` to this line, then it changes the sorting: https://github.com/sizmailov/pybind11-stubgen/blob/cf58aa6c7f0655c2f830b6964aa48baff868b891/pybind11_stubgen/printer.py#L228 If I just remove the `sorted()` altogether then it is still sorting the classes alphabetically, so...
I think the issue might be that `parse.py` uses `inspect.getmembers` to get the members of a module and that one is sorted alphabetically. After some Google & LLM queries, we...
dotnet is also removed in the `large-packages` list of things, so you will need to set that to `false`, too: https://github.com/jlumbroso/free-disk-space/blob/54081f138730dfa15788a46383842cd2f914a1be/action.yml#L172-L176