Jameson Graef Rollins

Results 12 comments of Jameson Graef Rollins

Getting things on/off my phone is a total pain right now. magic-wormhole on my phone would be absolutely ideal.

+1 for @meejah's suggested syntax/implementation

I have to say I really don't like this "wormhole adduser" proposal. It seems in violation of a lot of unix-y principles I hold dear, and I would certainly never...

Stupid github won't allow me to just attach the python script :-1: ``` import numpy as np import scipy.signal as sig import matplotlib.pyplot as plt from gwpy.timeseries import TimeSeries #from...

The leap second database is only updated very rarely. One possibility is just distributing the leap second list with arrow, so you wouldn't have to depend on something external. The...

I don't have any particular problem with BSD licenses, but I'm not necessarily convinced by this argument. I doubt that gwpy is losing much "mind share" from the private sector....

I'm also experiencing this issue, it seems that the --min-value option is broken.

I think I have a work around. I haven't looked at the code, but I think the problem is related to the argument parsing. I seem to have gotten it...

This problem applies to the `take()` method as well, which should presumably be doing the same thing.

FYI This issue appears to be fixed in 3.0.8. Thank you all for addressing it.