diff options
Diffstat (limited to 'buch/papers/laguerre/scripts/targets.py')
-rw-r--r-- | buch/papers/laguerre/scripts/targets.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buch/papers/laguerre/scripts/targets.py b/buch/papers/laguerre/scripts/targets.py index 3bc7f52..69f94ba 100644 --- a/buch/papers/laguerre/scripts/targets.py +++ b/buch/papers/laguerre/scripts/targets.py @@ -38,7 +38,7 @@ if __name__ == "__main__": ) N = 200 - ns = np.arange(2, 13) + ns = np.arange(1, 13) bests = find_best_loc(N, ns=ns) |