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()