aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/laguerre/scripts/targets.py
diff options
context:
space:
mode:
authortschwall <55748566+tschwall@users.noreply.github.com>2022-08-06 16:30:24 +0200
committertschwall <55748566+tschwall@users.noreply.github.com>2022-08-06 16:30:24 +0200
commit6db1a91db25b590e4c1aff3d080c30473e4d8f69 (patch)
tree54fb29d5a4e54d2637341fdcce06631d85bc1951 /buch/papers/laguerre/scripts/targets.py
parentM (diff)
parentMerge pull request #39 from NaoPross/master (diff)
downloadSeminarSpezielleFunktionen-6db1a91db25b590e4c1aff3d080c30473e4d8f69.tar.gz
SeminarSpezielleFunktionen-6db1a91db25b590e4c1aff3d080c30473e4d8f69.zip
Change
Diffstat (limited to 'buch/papers/laguerre/scripts/targets.py')
-rw-r--r--buch/papers/laguerre/scripts/targets.py2
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)