aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/laguerre/scripts/targets.py
diff options
context:
space:
mode:
authorPatrik Müller <patrik.mueller@ost.ch>2022-07-23 15:19:20 +0200
committerPatrik Müller <patrik.mueller@ost.ch>2022-07-23 15:19:20 +0200
commit5da2fa5a5e6a2fa2b8a23745b8c300d15a06669d (patch)
treeb45cb1805d7e26491f7ced7c9bd2379ecfc8bf6b /buch/papers/laguerre/scripts/targets.py
parentMerge pull request #25 from JODBaer/master (diff)
downloadSeminarSpezielleFunktionen-5da2fa5a5e6a2fa2b8a23745b8c300d15a06669d.tar.gz
SeminarSpezielleFunktionen-5da2fa5a5e6a2fa2b8a23745b8c300d15a06669d.zip
Restruct paper, correct typos, add positive conclusion, add more citations and references, small changes to plots
Diffstat (limited to '')
-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)