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
These warning pop up a lot during execution of the pipeline. Are these expected, or something that should be fixed?
/voluseg/voluseg/_steps/step4d.py:52: RuntimeWarning: divide by zero encountered in divide
H *= (timeseries_mean / H.mean(1)[:, None]) # normalize component timeseries
/voluseg/voluseg/_steps/step4d.py:52: RuntimeWarning: invalid value encountered in multiply
H *= (timeseries_mean / H.mean(1)[:, None]) # normalize component timeseries
retrying factorization of block 1: array must not contain infs or NaNs
(np.float64(0.7999999999999998), np.int64(403))
/voluseg/voluseg/_steps/step4d.py:52: RuntimeWarning: divide by zero encountered in divide
H *= (timeseries_mean / H.mean(1)[:, None]) # normalize component timeseries
/voluseg/voluseg/_steps/step4d.py:52: RuntimeWarning: invalid value encountered in multiply
H *= (timeseries_mean / H.mean(1)[:, None]) # normalize component timeseries
retrying factorization of block 3: array must not contain infs or NaNs
(np.float64(0.7999999999999998), np.int64(408))
/voluseg/voluseg/_steps/step4d.py:52: RuntimeWarning: divide by zero encountered in divide
H *= (timeseries_mean / H.mean(1)[:, None]) # normalize component timeseries
/voluseg/voluseg/_steps/step4d.py:52: RuntimeWarning: invalid value encountered in multiply
H *= (timeseries_mean / H.mean(1)[:, None]) # normalize component timeseries
retrying factorization of block 0: array must not contain infs or NaNs
(np.float64(0.7999999999999998), np.int64(411))
/voluseg/voluseg/_steps/step4d.py:52: RuntimeWarning: divide by zero encountered in divide
H *= (timeseries_mean / H.mean(1)[:, None]) # normalize component timeseries
/voluseg/voluseg/_steps/step4d.py:52: RuntimeWarning: invalid value encountered in multiply
H *= (timeseries_mean / H.mean(1)[:, None]) # normalize component timeseries
retrying factorization of block 2: array must not contain infs or NaNs
(np.float64(0.7999999999999998), np.int64(413))
cell initialization: 0.2 minutes.
The text was updated successfully, but these errors were encountered:
These warning pop up a lot during execution of the pipeline. Are these expected, or something that should be fixed?
The text was updated successfully, but these errors were encountered: