Skip to content

Commit

Permalink
Remove PSMS from automatic calculations (takes a long time)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinmacaulay committed Sep 19, 2024
1 parent acccd01 commit 966a8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/example_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
]
Expand Down

0 comments on commit 966a8eb

Please sign in to comment.