-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
filterTSFFT error "ScaleAxis" unknown #250
Comments
Fixed the issue above in the fftfix branch, but now another error occurs:
Error:
|
I looks like the |
@noralinscheid did my suggestion work for you? |
Yes! After also importing Statistics.cov and mean (for linreg function), the decomposition is running again! Than you!! |
In the newer ESDL / YAXArray versions the filterTSFFT fails because "ScaleAxis" is unknown, I assume it should become a CategoricalAxis.. it is now still defined in TSdecomposition.jl as
Julia v1.6
ESDL v 0.9.0
YAXArrayBase v0.2.1
YAXArrays v0.1.2
The text was updated successfully, but these errors were encountered: