Skip to content

Commit 1605b3e

Browse files
committed
black
1 parent c4a97cb commit 1605b3e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/test_simple_storage.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def test_climate_anomalies(tmp_path):
359359
gmsl_infile_path = d / "gmsl_fair.zarr"
360360
gases_gmsl = ["CO2_Fossil", "CH4", "N2O"]
361361
gmsl_infile_path = d / "gmsl_fair2.zarr"
362-
362+
363363
gmsl_in = xr.Dataset(
364364
{
365365
"pulse_gmsl": (
@@ -385,7 +385,10 @@ def test_climate_anomalies(tmp_path):
385385
"control_temperature": (["gas", "runid", "year"], np.zeros((3, 2, 1))),
386386
"pulse_temperature": (["gas", "runid", "year"], np.zeros((3, 2, 1))),
387387
"control_gmsl": (
388-
["runid", "year",],
388+
[
389+
"runid",
390+
"year",
391+
],
389392
np.ones((2, 1)),
390393
),
391394
"pulse_gmsl": (

0 commit comments

Comments
 (0)