hanrach / p2d_fast_solver

14 stars 3 forks source link

make dependencies clearer #3

Open cbm755 opened 3 years ago

cbm755 commented 3 years ago

I think the recommended imports are:

import stuff_from_python_stdlibs
import more_stuff_from_python_stdlibs
<blank line>
import packages_like_scipy
import and_numpy
<blank line>
import local_stuff

Not urgent but we should reorder some of the files to follow this. I'm a little hesitant in case the order matters with some of the jax stuff...