From 123849ecd9143226bc7da7a7b74127fe493db96e Mon Sep 17 00:00:00 2001 From: John Vouvakis Manousakis Date: Tue, 20 Feb 2024 07:00:00 -0800 Subject: [PATCH] bug fix Don't print progress for the example documentation, it produces clutter. --- docs/source/notebooks/doc_3_run_an_analysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/notebooks/doc_3_run_an_analysis.py b/docs/source/notebooks/doc_3_run_an_analysis.py index 4237a297..a572a575 100644 --- a/docs/source/notebooks/doc_3_run_an_analysis.py +++ b/docs/source/notebooks/doc_3_run_an_analysis.py @@ -302,7 +302,7 @@ class can be defined in the `solver` module. ag_x, ag_y, None, 0.005, damping={'type': 'rayleigh', 'ratio': 0.05, 'periods': [1.00, 0.30]}, - print_progress=True + print_progress=False )