-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
some spectral analysis cells break
SOI = pyleo.utils.load_dataset('SOI')
psd = SOI.standardize().spectral(method='mtm')
psd.plot()
ValueError: For the MTM method, data should be evenly spaced
fig, axs = plt.subplots(1,2,figsize=(10,4),sharey=True)
axs = axs.flatten()
psd_s = {}
for i, method in enumerate(['ar1sim','CN']):
psd_s[method] = psd.signif_test(method=method,number=1000)
psd_s[method].plot(ax=axs[i])
axs[i].set_title(method, fontweight='bold')
AttributeError: 'MultiplePSD' object has no attribute 'signif_test'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels