Open riveSunder opened 6 months ago
Some modules, particularly fracatal.functional_jax, have gotten unwieldy. Further divide the functions therein and move them into their own modules in a new folder structure, e.g.
fracatal.functional_jax
>root >>fracatal >>>functional_jax >>>>ft_convolve >>>>pad >>>>kernels >>>>updates >>>>metrics >>>functional_np >>>>ft_convolve >>>scripts >>>>sweep >>>>v_sweep >>>>mpi_sweep
.... etc.
This is underway as of PR #28
Some modules, particularly
fracatal.functional_jax
, have gotten unwieldy. Further divide the functions therein and move them into their own modules in a new folder structure, e.g..... etc.