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
recOrder/tests/cli_tests/test_reconstruct.py::test_reconstruct
/Users/talon.chandler/waveorder/waveorder/util.py:711: RuntimeWarning: invalid value encountered in divide
img_norm_stack[i] = img_stack[i] / uniform_filter(
This section is used by the isotropic_thin_3d reconstruction during normalization before reconstruction. This division was copied directly from pre-alg-dev code, and these reconstructions are passing our qualitative tests and I'm not concerned about deep problems here.
This issue is related to #88. Edit: uniform_filter is from scipy while uniform_filter_2D is a custom implementation.
The text was updated successfully, but these errors were encountered:
recOrder
tests surfaced the following warning.This section is used by the
isotropic_thin_3d
reconstruction during normalization before reconstruction. This division was copied directly from pre-alg-dev
code, and these reconstructions are passing our qualitative tests and I'm not concerned about deep problems here.This issue is related to #88.Edit:uniform_filter
is fromscipy
whileuniform_filter_2D
is a custom implementation.The text was updated successfully, but these errors were encountered: