Closed taldcroft closed 2 months ago
Cell 16 gives AttributeError: 'NoneType' object has no attribute 'counts'
AttributeError: 'NoneType' object has no attribute 'counts'
cs = CrossCorrelation() cs.corr = np.array([660, 1790, 3026, 4019, 5164, 6647, 8105, 7023, 6012, 5162]) time_shift, time_lags, n = cs.cal_timeshift(dt=0.5)
Run the notebook (MacOS ARM, Python 3.12).
No exception.
Exception.
Resolved in 8d1c3ff
Description of the Bug
Cell 16 gives
AttributeError: 'NoneType' object has no attribute 'counts'
Steps/Code to Replicate the Bug
Run the notebook (MacOS ARM, Python 3.12).
Expected Results
No exception.
Actual Results
Exception.