I am trying to run JuliaMatrixBenchmark.jl and JuliaMatrixBenchmark0001.jl from the repository MatlabJuliaMatrixOperationsBenchmark, that I forked from an old repository for comparing MATLAB and Julia, and edited files to update its Julia language.
However, in Atom when I run the master script from the file JuliaMatrixBenchmark.jl, it gives me strange errors such as temp is not defined. However, if I copy paste the code into REPL it works with no issues. Where is the problem?
Edit: if you are reading this post later: I replaced those files with new ones in the repository which is available here: MatlabJuliaMatrixOperationsBenchmark