janniklasrose / RWcDTI

Random Walk for cardiac Diffusion Tensor Imaging
MIT License
2 stars 1 forks source link

Restrict step according to the dimension of the simulation #7

Closed ignasiialemany closed 3 years ago

ignasiialemany commented 3 years ago

If the user wants to run 1D or 2D simulations the step is added to all three components and is not restricted to either one/two components. Add substrate.dimension in the substrate.yml config file and pass in this information into function one_dt when the step is created. (Currently the dimension of the step is hardcoded to dim=3)

ignasiialemany commented 3 years ago

I already have the changes done, I will create a PR