We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now feacalc throws an error, which I traced to
feacalc
sum
sad
log10
Float64
float64
readall
soxread
The text was updated successfully, but these errors were encountered:
Yes it looks like this code hasn't been used in many versions of Julia, incl version 1.
Since you already put some effort in this, any chance you can fix this and submit a PR?
Sorry, something went wrong.
I've submitted one, can you review?
Yes, thanks!
Successfully merging a pull request may close this issue.
Right now
feacalc
throws an error, which I traced tosum
omitting the dims keyword argumentsad
, the other is basically a copy of it, maybesad
can be called instead?log10
looks like it is supposed to be broadcastedFloat64
should replacefloat64
sad
looks old and doesn't work now but I still get BoundsErrors even after updating that.readall
insoxread
should also be changed, and maybe also use an open do block?The text was updated successfully, but these errors were encountered: