Is anyone else getting the following error? I’m running Windows and I get the error for both 1.7 and 1.6.4 when running the following in VS Code (but not when it is run directly in the REPL)
function test()
a = randn(241,241)
b = randn(241)
c = a\b
return c
end
test()
Running the above, I get greeted with “ERROR: LoadError: StackOverflowError:”