Nic-Nic / data_tools

Collection of Python functions and classes designed to make data scientists' life easier.
https://nic-nic.github.io/data_tools/
GNU General Public License v3.0
3 stars 5 forks source link

Implement 3D diffusion schemes #5

Closed Nic-Nic closed 5 years ago

Nic-Nic commented 5 years ago

Add 3D schemes for diffusion module

Nic-Nic commented 5 years ago

Must update module docstrings and maybe substitute numpy.ndarray.reshape(-1) by numpy.ndarray.flatten()

Nic-Nic commented 5 years ago

Solved in d64eae8