Gregory Green
Gregory Green
If the option `[ddraft]` is not supplied to the `Dissertate` class, it will look for `certificate.pdf` in the base directory and insert it before the title page. Harvard requires the...
### Description Loading an ECSV file with a float column that contains any "null" values results in an error: `ValueError: could not convert string to float: 'null'`. This error is...
The python installation fails with the following error message: ``` hodlr/_hodlr.cpp: In function ‘int _hodlr_init(_hodlr*, PyObject*, PyObject*)’: hodlr/_hodlr.cpp:93:42: error: no matching function for call to ‘HODLR_Tree::assemble_Matrix(Eigen::VectorXd&, double&)’ self->solver->assemble_Matrix(dv, tol); ^...
How would one modify LSD to make it possible to suppress stdout and stderr from workers? Tracking query progress is difficult when there are a thousand messages like the following:...
This pull request adds the ability to specify `--cols-file` with `lsd-import fits`. It also fixes a bug that used to occur when a database column name was not recognized. I...
I get a 404 error when trying to access the go.sh script. The link given in the documentation appears to be broken.
In the anaconda-updates branch, the wcs_sky2pix call should be replaced with wcs_world2pix. The astropy.wcs module has deprecated the former function.
In a slide with a video and fragments, the video restarts every time a new fragment is shown. Here's a minimal example: ``` fragment 1 fragment 2 ``` Interestingly, the...
I'm persistently running into the issue that `Gaia.login()` appears to have no effect. The API still thinks I'm not logged in afterwards, and returns an error whenever I try to...