align to the modification of get_toa().

master
Shoichi Sakane 2017-09-26 08:13:07 +09:00
parent a0b6f4484f
commit 6c89e6d0a0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import matplotlib.pyplot as plt
from lorawan_toa import *
def get_line(list_size, n_sf, bw=125):
return [ get_toa(i, n_sf, bw=bw) for i in list_size ]
return [ get_toa(i, n_sf, n_bw=bw) for i in list_size ]
'''
test code