Rutger van Haasteren
Rutger van Haasteren
I'm used to writing code, but I'm completely unfamiliar with npm/node.js. How does one run a package like this from source? I'm specifically looking at the cookie-login version, which is...
With running the arxiv_daemon, I mostly am getting the response from arxiv "Connection reset by peer", which loops and loops for 1000 times before I get the message "ok we...
This may be related to [this scipy issue](https://github.com/scipy/scipy/issues/16308). My Python package requires scipy. However, when trying to build the package with (python -m build), it turns out that the blas...
Recently it became possible to compile and run tempo2 on Apple M1/M2 processors with an arm architecture. This can be done by using the `./configure --enable-float128` option in the configure...
When loading a tempopulsar with units=True, some functionality does not work well or is wrong. 1. `psr.designmatrix()` fails when a pulsar has `units=True`, with the error message pasted below. This...
Astropy has split the erfa module, and it's not its own package. Therefore it should be imported from erfa, not astropy.erfa or astropy._erfa. It can be installed as pyerfa. See...
It seems that the time.sleep(0.000001) hack has some unwanted consequences on Windows10 in Python 3. A simple %timeit time.sleep(0.000001) reveals that this takes ~15ms on my workstation, which is going...
Provide some simple tests for the sampler
Currently, the GradientJumps do not modify cov_cf during the run. This is because the NUTSJump tunes epsilon (the stepsize) during the burn-in. In tests, I found that tuning epsilon while...
The GradientJumps currently implement a coordinate transformation, through the functions: forward, backward, func_grad_white, draw_momenta, loghamiltonian, and posmom_inprod. In principle, this is unnecessary, if only the functions draw_momenta, loghamiltonian, and posmom_inprod...