From 952db3c169281ee143c97774bc1d2caafad2a9eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Sch=C3=B6lzel?= Date: Tue, 1 Oct 2024 11:53:47 +0200 Subject: [PATCH] adds missing examples --- nolds/examples.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nolds/examples.py b/nolds/examples.py index b13801d..1072813 100644 --- a/nolds/examples.py +++ b/nolds/examples.py @@ -586,7 +586,10 @@ def print_options(): print(" sampen-tol") print(" aste-line") print(" hurst-mf-stock") + print(" hurst-mf-barabasi2") + print(" hurst-mf-barabasi3") print(" lorenz") + if len(sys.argv) < 2: print("please tell me which tests you want to run") print_options()