RossBoylan
RossBoylan
Starting a VM produces > Error #1 > WARNING: Image format was not specified for '/dev/vgbarley/myth3' and probing guessed raw. Automatically detecting the format is dangerous for raw images, write...
#91 partial fix. As noted in the last commit message, there are still quite a few ways to get an asymmetric Hessian.
``` julia> @time h10 = Calculus.hessian(RB.mylike, RB.troubleParamsSim1.raw) 209.557745 seconds (2.43 G allocations: 83.867 GB, 10.31% gc time) 10x10 Array{Float64,2}: 566.715 -206.282 -50.7658 … 3135.03 -89.8427 -206.282 566.715 17.7032 -1993.75 47.1135...
Is it possible to mix `Chare`'s written in `C++` with those written in `Python`?
The specific issue motivating this is that I'm thinking of spawning a process using either `asyncio`, `subprocess` or `multiprocessing` in the standard library. 1. All those modules provides ways of...
Walker?
https://www.pygit2.org/commit_log.html describes a `Walker `object, but does not explain how to get one or how to use it. Are we to infer that the the iterator produced by the call...
https://juliastats.org/StatsModels.jl/latest/contrasts/#Further-details says > A categorical variable in a term aliases the term that remains when that variable is dropped. I can't figure out what this means, even after looking at...
The comment in `schema.jl` says "A `Schema` behaves for all intents and purposes like an immutable `Dict`" and the user documentation says something similar. But it's not really true. The...
After following the current [installation instructions](https://github.com/vimoutliner/vimoutliner/blob/master/doc/votl.txt), invoking a script requires me to use `~/.vim/pack/thirdparty/start/vimoutliner/vimoutliner/scripts/votl_maketags.py`. Which doesn't seem very practical. This is also not the path that is used elsewhere in...
As the application evolves the parameters change, in 2 ways: 1. The set of parameter names changes, mostly by growing. 2. The best estimated values for the parameters change based...