Closed rikhuijzer closed 3 years ago
Sorry! This is not a good refactor, I think. It is confusing since the stack trace shows Array{T,1}
even after using Vector{T}
. I've removed this refactor completely from the linter.
I think the error is related to https://github.com/diegozea/MIToS.jl/issues/59 Thanks for pointing out the error and the interest in the package.
Hi! I'm working on a linter, and saw that this repository has 12 occurrences of using
where this could be shortened to
I know that it doesn't shorten the code too much, but I think that overall it does improve the readability, and that is why I open this PR :smile:
Feel free to close this PR immediately if you're not interested in this small refactoring.
By the way, the tests fail locally on
with and without applying this PR