From 966a8ebde29cd1bb3857852b41454260210787eb Mon Sep 17 00:00:00 2001 From: Gavin Macaulay Date: Thu, 19 Sep 2024 15:34:49 +1200 Subject: [PATCH] Remove PSMS from automatic calculations (takes a long time) --- src/example_code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/example_code.py b/src/example_code.py index 4e84b12..6800073 100644 --- a/src/example_code.py +++ b/src/example_code.py @@ -58,7 +58,7 @@ def plot_compare(f1, ts1, label1, f2, ts2, label2, title): ('gas filled finite cylinder', 'Cylinder_Gas'), ('weakly scattering finite cylinder', 'Cylinder_WeaklyScattering'), # ('fixed rigid prolate spheroid', 'ProlateSpheroid_Rigid'), - ('pressure release prolate spheroid', 'ProlateSpheroid_PressureRelease'), + # ('pressure release prolate spheroid', 'ProlateSpheroid_PressureRelease'), # ('gas filled prolate spheroid', 'ProlateSpheroid_Gas'), # ('weakly scattering prolate spheroid', 'ProlateSpheroid_WeaklyScattering'), ]