bhawkins

Results 5 issues of bhawkins

If I've got words with unicode characters, searching with "*" doesn't seem to work like in Vim. This key is bound to the search-current-word function. For example, if I have...

bug

Importing the arrayfire module changes the working directory. For example: ``` $ python Python 2.7.13 (default, Apr 4 2017, 08:46:44) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)] on darwin Type...

Classes that implement an iterator have to provide a `next` method in Python 2 but a `__next__` method in Python 3. See https://www.python.org/dev/peps/pep-3114/ The six package includes the class `six.Iterator`...

enhancement
new fixer

This package helpfully defines `GPS_EPOCH` here https://github.com/JuliaAstro/AstroTime.jl/blob/a891ffef6fb142d37b8f8836b3ec75da4955606d/src/Epochs/epoch_constants.jl#L7 However, I think it's incorrect to define it in TT. It should be 1980-01-06 UTC according to [wikipedia](https://en.wikipedia.org/wiki/Global_Positioning_System#Leap_seconds) and also section 11.4.3.3 of...

Using HDF5 to read data stored as 16-bit floating point into a 32-bit buffer is extremely slow, around 16x slower than an equivalent conversion in numpy. I uploaded a demo...

Priority - 1. High 🔼
Component - C Library
Type - Improvement