rpgoldman
rpgoldman
Without a value for this that is supported in `org-export-format-source-code-or-example`, that function will fail to translate source code for export as in babel, and will crash. Either this should be...
I have this in some code: ``` logarr = np.fromiter(loglist, np.longdouble, -1) ``` which causes problems when using the numpy stubs: ``` simple_model_kl.py:20: error: Module has no attribute "longdouble" ```...
When I use mypy with these stubs (python 3.6, MacOS) I get this (cryptic) message: ``` stubs/numpy/__init__.pyi:48: error: Class numpy.flatiter has abstract attributes "__next__" stubs/numpy/__init__.pyi:48: note: If it is meant...
The figures in `index.rst` have URLs that don't work. I looked for them in the source tree, but I don't find them there.
## Description of your problem I have a model that compiles correctly when the priors are represented as numpy arrays, but that gets a shape error when those numpy arrays...
Here's a first draft of the hierarchical model from Chapter 11. I could use some help with this: the results I get with PyMC3 show problems with the model (divergences)...
# Problem The discussion of number of effective samples/effective sample size in this notebook is unclear. I could possibly _help_ clarify it, but I don't know enough to write it...
I have a pandas data table that is full of flow cytometry data -- this is data from a piece of cell biology measurement equipment. It has columns with different...
Add and load debug module that will throw DataExplore into the debugger on exceptions. Note that this just *unconditionally* runs in debug mode in its current form. Suggest it would...
On Mac OS High Sierra, I am having trouble with plotting. I put in a small set of integers by hand, and try to plot and get "no numeric data...