You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gcpy/benchmark/modules/run_1yr_fullchem_benchmark.py
- Make sure that "spcdb_files" is passed as the 7th argument to
make_benchmark_operations_budget (following "dev_interval")
- Trimmed trailing whitespace
gcpy/benchmark/run_benchmark.py
- Pass "colname" as the 5th argument to routines
"make_benchmark_collection_2d_var_plots" and
"make_benchmark_collection_3d_var_plots" (preceding "spcdb_files")
- Make sure that "spcdb_files" is passed as the 7th argument to
make_benchmark_operations_budget (following "dev_interval")
- Removed a duplicate import of "make_benchmark_operations_budget"
- Trimmed trailing whitespace
CHANGELOG.md
- Updated accordingly
Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@ All notable changes to GCPy will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## [Unreleased] - TBD
8
+
### Fixed
9
+
- Passed `spcdb_files` as a non-keyword argument (following `dev_interval`) to `make_benchmark_operations_budget` where missing
10
+
- Passed `colname` as a non-keyword argument to `make_benchmark_collection_2d_var_plots` and `make_benchmark_collection_3d_var_plots`
11
+
12
+
### Removed
13
+
- Removed a duplicate import of `make_benchmark_operations_budget` in `gcpy/benchmark/run_benchmark.py`
14
+
7
15
## [1.7.1] - 2026-02-03
8
16
### Changed
9
17
- Bumped `pip` to version 26.0 in `setup.py` and environment files
0 commit comments