Ron Wolf

Results 21 comments of Ron Wolf

@readmodifywrite Will try this out next chance I get! @emekoi Sorry for missing your reply, it’s been a month or so so I don’t recall. I think it was an...

![Screen Shot 2020-03-08 at 11:25:12 PM](https://user-images.githubusercontent.com/7342888/76180387-26122980-6194-11ea-823c-34f78b9be3a8.png) ### Files - [Output of `bsnes_hd` to `stderr`](https://github.com/DerKoun/bsnes-hd/files/4304600/stderr.txt) - [Symbols found in `/usr/lib/libobjc.A.dylib`](https://github.com/DerKoun/bsnes-hd/files/4304602/libobjc.A.dylib_symbols.txt) - [Problem report: Problem details and system configuration](https://github.com/DerKoun/bsnes-hd/files/4304603/Problem_Report_for_bsnes.txt) @DerKoun Hi! Posted...

@DerKoun Yup, opens just fine! Will let you know if there are any further issues.

Same happens for me on OS X 10.14, Oni 0.3.6. Only difference is, the console reports that Oni is trying and failing to launch `clangd`, and as one might expect,...

@fyhuang Are you still there? You haven’t GitHubbed in a while.

As a fun side note, I had a lot of difficulty finding this line. I tried getting at it using `methods()`, but I could not find find the returned file...

@nalimilan > Yes, that's an unfortunate consequence of the fact that Statistics.jl has been moved to a separate repository. At some point the manual will probably be changed to point...

@nalimilan Sorry, I only just saw this. Where would I add a test? Also, are there any basic methods/tools or best practices for tests in Julia that I might not...

@nalimilan > Sorry, I meant testing `quantile` on a distribution, not on a collection (collections are tested in StatsBase). Looking back on this I was testing it on a distribution...

Actually nevermind, I have completely lost track of what has to be changed and why. Why can't the definition for `iqr` just be changed to use `quantile.` instead of `quantile`?...