From 6c89e6d0a036ca4fa2f60b80dd89622a84cd6663 Mon Sep 17 00:00:00 2001 From: Shoichi Sakane Date: Tue, 26 Sep 2017 08:13:07 +0900 Subject: [PATCH] align to the modification of get_toa(). --- graph_as923.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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