Julianus Pfeuffer

Results 1011 comments of Julianus Pfeuffer

I agree with @timosachsenberg that listing ALL classes is not a scalable approach. I think we could offer adding "ignore" comments for the most common linters for now. Middle-term we...

The problem is that we cannot know in which submodule a class ends up. We have a splitting mechanism to parallelize Cython compilation. It is purely based on equal splitting...

> > [*] import(s) os, here, sys, ctypes, e, PyQt4, info, c, libc, SysInfo, free_mem, win32api, SimpleOpenMSSpectraFactory, Constants and Plot from wildcard import of pyopenms > > Some of them...

By the way, which linter are you using? Good linters should create an exception for wildcard imports in `__init__.py`. According to PEP 8: "There is one defensible use case for...

maybe #6364 reduces the impact and/or makes it clearer that we are just reexporting an internal API.

Yes, when it gets to spectra it would also be much better for exporting to e.g. python..

Sorting should be easy when implementing a zipview (or borrowing it from ranges-v3 library)

Party solved by ignoring missing wheels for a miniconda python version (e.g. 3.10 these days). We should also update our manylinux container.

https://stackoverflow.com/questions/72344579/cmake-avoid-copying-qt5-dlls-on-windows will be helpful