diff --git a/graph_as923.py b/graph_as923.py index 4b8a059..f7c2aee 100644 --- a/graph_as923.py +++ b/graph_as923.py @@ -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