From 9549f4a69cadac907920a6bbb1fae17210c8ce2c Mon Sep 17 00:00:00 2001 From: Bob Yantosca Date: Mon, 7 Oct 2024 11:37:01 -0400 Subject: [PATCH] Hotfix: disable summary table Signed-off-by: Bob Yantosca --- gcpy/benchmark/run_benchmark.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcpy/benchmark/run_benchmark.py b/gcpy/benchmark/run_benchmark.py index 89cc739..566f78e 100755 --- a/gcpy/benchmark/run_benchmark.py +++ b/gcpy/benchmark/run_benchmark.py @@ -672,7 +672,7 @@ def run_benchmark_default(config): collections = [ 'AerosolMass', 'Aerosols', - 'DryDep', + #'DryDep', 'Emissions', 'JValues', 'Metrics', @@ -1100,7 +1100,7 @@ def run_benchmark_default(config): collections=[ 'AerosolMass', 'Aerosols', - 'DryDep', + #'DryDep', 'Emissions', 'JValues', 'Metrics', @@ -1608,7 +1608,7 @@ def run_benchmark_default(config): collections=[ 'AerosolMass', 'Aerosols', - 'DryDep', + #'DryDep', 'Emissions', 'JValues', 'Metrics',