Skip to content

Instantly share code, notes, and snippets.

View mdfischer's full-sized avatar

Michael Fischer mdfischer

View GitHub Profile

Keybase proof

I hereby claim:

  • I am mdfischer on github.
  • I am michaelfischer (https://keybase.io/michaelfischer) on keybase.
  • I have a public key whose fingerprint is D3AF 3B18 DB12 08DB E6DE A772 C335 1D12 69E4 1F98

To claim this, I am signing this object:

def backfill_mh(t_series):
bf_series = []
i = 0
s = len(t_series)
print "length:" + str(s)
while i < s:
bf_series.append([95.0, t_series[i][1]])