AMICI-dev / AMICI

Advanced Multilanguage Interface to CVODES and IDAS
https://amici.readthedocs.io/
Other
107 stars 30 forks source link

zip(... , strict=True) #2410

Closed dweindl closed 2 months ago

dweindl commented 3 months ago

With Python3.10 (#2039) we can use zip(... , strict=True). We should use that everywhere. I'm not aware of a case where we don't assume equal lengths.