Skip to content

Commit 22f43ec

Browse files
committed
fix format
1 parent 2db6254 commit 22f43ec

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/access_mopper/configurations.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ def cmorise(self, file_paths, compound_name, cmor_dataset_json, mip_table):
142142
# Define CMOR variable
143143
missing = 1e20
144144
cmorVar = cmor.variable(
145-
cmor_name,
146-
variable_units,
147-
cmor_axes,
148-
positive=positive,
145+
cmor_name,
146+
variable_units,
147+
cmor_axes,
148+
positive=positive,
149149
missing_value=missing
150150
)
151151

@@ -275,10 +275,10 @@ def cmorise_ocean(self, file_paths, compound_name, cmor_dataset_json, mip_table)
275275
# Define CMOR variable
276276
missing = 1e20
277277
cmorVar = cmor.variable(
278-
cmor_name,
279-
variable_units,
280-
cmor_axes,
281-
positive=positive,
278+
cmor_name,
279+
variable_units,
280+
cmor_axes,
281+
positive=positive,
282282
missing_value=missing
283283
)
284284

0 commit comments

Comments
 (0)