Alexey Radul
Alexey Radul
Which is sad, because that operation is called sampleLogCategorical (in the Venture codebase), and it really should subtract off the maximum of the cluster_logps before starting to exponentiate them, lest...
I don't think the popping up is a function of the backend so much as something or other calling `show()` instead of writing figures to files. However, 'agg' is a...
You may be right. I actually don't remember ever drawing a figure in `agg` and trying to `show()` it.
``` ncalls tottime percall cumtime percall filename:lineno(function) 1 0.001 0.001 61.224 61.224 check_stability.py:17() 1 0.000 0.000 60.961 60.961 check_stability.py:60(analyze_fileset) 4 0.000 0.000 60.923 15.231 check_stability.py:119(analyze_queries) 68 0.001 0.000 60.547 0.890...
Fixed by 68eb07a0639e48fe5edc4482aabba1aebf686fb0
Re: input files: Rather than hardcoding synthetic inputs, I think it would be better to deliver a reproducible generator program (i.e., one that gives the same results when run with...
Re: reproducibility: How feasible would it be (maybe some ways down the line) to provide a Kubernetes configuration (with associated Docker files, etc) that stands up some cloud machines to...
A sub-choice of this is to choose what Fortran standard to aim for. Assuming Fortran is source-level backward compatible, the polite thing is to use the oldest standard that has...
This presumably has to do with the `ConfigParser` class trying to be clever somehow about variable types. It must be possible to either persuade it, or post-process. Does the same...
Stupid Python: `python -c 'print 1 == True'`. We're probably going to need an explicit workaround for this disaster.