Noel Naughton

Results 6 comments of Noel Naughton

Thanks for your help on this. I am using version 0.4.0 I get similar behavior if I use `bundle = dipy.tracking.streamline.Streamlines()` instead of `bundle = []` so I am not...

8.1.2. Here is the whole output ``` >>> fury.get_info() {'fury_version': '0.4.0', 'pkg_path': '/usr/local/lib/python3.7/site-packages/fury', 'commit_hash': 'd9bff9ebbb15fee7773845d0b0866870857b17bb', 'sys_version': '3.7.6 (default, Dec 30 2019, 19:38:26) \n[Clang 11.0.0 (clang-1100.0.33.16)]', 'sys_executable': '/usr/local/opt/python/bin/python3.7', 'sys_platform': 'darwin', 'numpy_version':...

What do you mean by instability? This is clipping the trace of the directors product. If the directors are sufficiently orthonormal, then this is just a floating point issue for...

A few thoughts. 1. Do the directors become non-orthonormal during instability? I usually pay attention to the positions to determine stability/blowup. 2. The simulation does not stop when this returns...

I was able to track down the source of the memory usage. There were actually two parts, both related to passing spikes to and from the chip. Essentially in both...

So I think overall I actually saw the same memory usage between the different cases, the difference was that in case 1, the memory was accumulated and maintained by the...