Yeah it's a mixture. On Wed, Sep 2, 2026, 11:58 PM Hans Ekkehard Plesser < hans.ekkehard.plesser@nmbu.no> wrote:
Dear NEST Developers,
We use isort to ensure that Python imports are sorted consistently. A bug fix in isort from isort 8 to isort 9 changes the sorting order in special cases, which affects one file in NEST. For any code still containing the old isort-8 ordering, the CI tests stop when the isort check fails.
In NEST main, this problem is now fixed by adapting to isort 9 ordering an requiring isort 9.0.1 for all checks.
Please pull main into all your open PRs so that isort passes and the tests building and testing NEST can run.
Best, Hans Ekkehard
-- Prof. Dr. Hans Ekkehard Plesser Research Committee Chair, Faculty of Science and Technology Department of Data Science Faculty of Science and Technology Norwegian University of Life Sciences PO Box 5003, 1432 Aas, Norway Phone +47 6723 1560 Email *hans.ekkehard.plesser@nmbu.no* hans.ekkehard.plesser@nmbu.no Home *http://arken.nmbu.no/~plesser* http://arken.nmbu.no/~plesser _______________________________________________ NEST Users mailing list -- users@nest-simulator.org To unsubscribe send an email to users-leave@nest-simulator.org