Minor issue: https://github.com/MagriLab/KolSol/blob/fcd2349fbf6672f1f9176a67f49d73cc61c85c4e/kolsol/numpy/solver.py#L201 It would be better to use `tuple()` here. It is more inline with how `NumPy` works.
Minor issue:
KolSol/kolsol/numpy/solver.py
Line 201 in fcd2349
It would be better to use
tuple()here. It is more inline with howNumPyworks.