Closed this issue 2 years ago · 1 comments
If you try to do the following
import ap_feautures as apt b = Beats(t=[0, 1], y=[0, 1]) print(repr(b))
You will get an error saying that t and y does not have an attribute .shape
t
y
.shape
Fixed in #48