hanrach / p2d_fast_solver

14 stars 3 forks source link

Is numba a dep? #2

Open cbm755 opened 3 years ago

cbm755 commented 3 years ago

I didn't install numba, and can run the main codes but in utils/banded_matrix.py I see:

import numba as nb
hanrach commented 3 years ago

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...