You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I noticed you're computing nSamples in two different places with slightly different logic.
In utils.py, it is simple logic. We need two samples for every unit length of voxels, so you compute the voxel/tensor grid diagonal length and multiply it by 2. But in tensorBase.py, there is some complicated logic that I guess is only slightly different from the former.
Can you kindly explain if this has any impact, or is it just a simple oversight?
The text was updated successfully, but these errors were encountered:
Hi, I noticed you're computing
nSamples
in two different places with slightly different logic.In
utils.py
, it is simple logic. We need two samples for every unit length of voxels, so you compute the voxel/tensor grid diagonal length and multiply it by 2. But intensorBase.py
, there is some complicated logic that I guess is only slightly different from the former.Can you kindly explain if this has any impact, or is it just a simple oversight?
The text was updated successfully, but these errors were encountered: