kdolum
kdolum
I'm trying to install the current code (ba5c332) in a new conda environment. In my environment.yml file I put ``` - pip: - git+https://github.com/vallis/libstempo ``` But this did not work....
Loading libstempo gives `Warning: cannot find astropy, units support will not be available`. I think the problem is that erfa is no longer part of astropy, so importing it fails...
Should we make a new release , maybe when the current run of changes is finished? It would be nice for people using pip and conda to be able to...
At the end of `updateChains` is some code which writes to the chain file but only in thread 0 (unless you set `writeHotChains`). Then it writes `cov.npy` and outputs a...
I hope I'm using the terminology correctly. When I connect to a network that requires a password, or if I try to use an ssh key that is locked, I...