Skip to content

Commit a53d24b

Browse files
committed
fix format
1 parent 76f9cbd commit a53d24b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/access_mopper/configurations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def cmorise(self, file_paths, compound_name, cmor_dataset_json, mip_table):
377377
"time", coord_vals=time_numeric, cell_bounds=time_bnds, units=time_units
378378
)
379379

380-
# 2d data
380+
# 2d data
381381
if data.ndim == 3:
382382
# The order of axes follows the specification in CMIP6_Omon.json.
383383
cmor_axes.append(grid_id)

0 commit comments

Comments
 (0)