Skip to content

Commit

Permalink
Hotfix: disable summary table
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Oct 7, 2024
1 parent 97dae7f commit 9549f4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gcpy/benchmark/run_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ def run_benchmark_default(config):
collections = [
'AerosolMass',
'Aerosols',
'DryDep',
#'DryDep',
'Emissions',
'JValues',
'Metrics',
Expand Down Expand Up @@ -1100,7 +1100,7 @@ def run_benchmark_default(config):
collections=[
'AerosolMass',
'Aerosols',
'DryDep',
#'DryDep',
'Emissions',
'JValues',
'Metrics',
Expand Down Expand Up @@ -1608,7 +1608,7 @@ def run_benchmark_default(config):
collections=[
'AerosolMass',
'Aerosols',
'DryDep',
#'DryDep',
'Emissions',
'JValues',
'Metrics',
Expand Down

0 comments on commit 9549f4a

Please sign in to comment.