Conor Hoekstra
Conor Hoekstra
Looks like there are four main categories: * E. * Large matrices * Random # ~ y * Segfaults
This is the updated list:  Also, recently the following were commented out: * gmmf * g430 * g420
@Sebanisu Are you on osx or linux? Does `ctest` work?
> I'm on windows 10 with wsl on Ubuntu 20.4. I'm running the test from the Clion IDE. All other tests that are enabled are passing. I can run the...
> Do flaky tests also fall under this issue? > > The `g001` seems to be timing issue (see [#39 (comment)](https://github.com/codereport/jsource/pull/39#issuecomment-767680956)), which get worse with more load on the system...
@juntuu I merged this: https://github.com/codereport/jsource/pull/64, hopefully helps
I uncommented all the tests and only have the following failing. 
This is awesome! Will do a live code review on the next live stream!
@mcabbott Similar to the other solutions, I am trying to do an `outer_product` in Julia via broadcasting, something like: ``` matrix = reshape(collect("()"), (1, :)) .== collect("(1+(2*3)+((8)/4))+1") 19×2 BitMatrix: 1...
Yea, I found `foldl` when trying to solve this problem which is what I wanted but that doesn't take a `dims` argument. Is there some reason for that?