Open cbm755 opened 3 years ago
I didn't install numba, and can run the main codes but in utils/banded_matrix.py I see:
numba
utils/banded_matrix.py
import numba as nb
Right, I used banded_matrix.py before I created the custom Jacobian function. The function diagonal_form is not used anymore. I should probably delete this...
diagonal_form
I didn't install
numba
, and can run the main codes but inutils/banded_matrix.py
I see: