-
So I've been implementing and debugging various hamiltonian monte carlo methods. For most systems, my methods seem to be working, as measured by comparing the expected value of the potential energy w…
-
In Isoplot, when creating the Tera-Waserburg plot the fifth column (the error correction; or p in Topsoil) is not required. It seems that a token fifth column is required in Topsoil to produce the plo…
-
Trying to use private "password-protected" registry.
Get this error:
```
npm info it worked if it ends with ok
npm info using npm@0.3.15
npm info using node@v0.5.0-pre
npm ERR! Error: unauthorized Yo…
-
There are times when I need to pass in custom params that I can use within the error callback so I can match a push attempt to a record in my db
-
i tried to investigate the events the socket triggers:
# successfully sent
```
writeToSocket
socket.write
onDrain called with writeBuffer.length 0
drained
```
# error
```
writeToSocket
socket…