From 1c8d266bb7c65d710d3421921b6392f37db1e031 Mon Sep 17 00:00:00 2001 From: Helge Gehring <42973196+HelgeGehring@users.noreply.github.com> Date: Sun, 28 Jan 2024 22:02:26 -0800 Subject: [PATCH] don't show progress bar --- docs/photonics/examples/calculate_GVD.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/photonics/examples/calculate_GVD.py b/docs/photonics/examples/calculate_GVD.py index 813e5284..d4abacac 100644 --- a/docs/photonics/examples/calculate_GVD.py +++ b/docs/photonics/examples/calculate_GVD.py @@ -98,7 +98,7 @@ def n_SiO2(wavelength): # %% [markdown] # Create the mesh, and sweep wavelength using the same mesh. The target mode is te mode, so the mode is selected by highest te fraction -# %% +# %% tags=["remove-stderr"] neff_list = [] aeff_list = [] basis0 = Basis(mesh, ElementTriP0())