riveSunder / fractal_persistence

Investigating fractal persistence boundaries for motile pseudorganisms
0 stars 0 forks source link

Refactor folder structure #26

Open riveSunder opened 6 months ago

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

>root
>>fracatal
>>>functional_jax
>>>>ft_convolve
>>>>pad
>>>>kernels
>>>>updates
>>>>metrics
>>>functional_np
>>>>ft_convolve
>>>scripts
>>>>sweep
>>>>v_sweep
>>>>mpi_sweep

.... etc.

riveSunder commented 6 months ago

This is underway as of PR #28