Robert David Stein

Results 3 issues of Robert David Stein

The default times on the candidate scanning page appear to be "from 24 hours ago to now". An example: While that all looks reasonable, this screenshot comes from my laptop...

Since numpy v1.20, the use of aliases such as `np.int` have been deprecated (see e.g https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations). The recommended solution is to instead use`int`, which is equivalent. This PR replaces for...

**Feature Summary** I often want to click through the photometry table to search for a particular page. However, the height of a row will vary depending on the origin/user. The...

enhancement