-
Notifications
You must be signed in to change notification settings - Fork 4
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
running svfilter.jl fails #2
Comments
Yeah, the package is currently in flux as I refactor the original implementation. I'm hoping to iron this out in the next few weeks. |
Thank you for the very fast response. No problem. Do you have a fast workaround for this? Or is it safer to wait for the refactor? |
I would recommend waiting for the refactor. Out of curiosity, which version of Julia are you using? |
|
That's the source of the error. Base.@kwdef struct SSignedDecorrelator <: SOperator is not parsed correctly. The package only supports Julia 1.3, so I am guessing the package manager is installing one of the initial versions for you (before I added the compatibility bound). Could you try the latest Julia? I think it should work without the refactor. |
I installed Julia 1.6.0 and before succeeding to run the example I had the error below
I have also another question: Is there a way to run BitSAD directly from the cloned repo instead of adding it as a package? |
Some of the examples use some additional packages like Makie.jl or DataStructures.jl, so you will need to install those separately. You can comment out the plotting code at the bottom as well as I would recommend installing with |
The text was updated successfully, but these errors were encountered: