Skip to content

Commit ebeed32

Browse files
committed
Ruff
1 parent 1aacdaf commit ebeed32

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

bris/model/brispredictor.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ def set_static_forcings(
160160
dtype=data.dtype,
161161
device=data.device,
162162
)
163-
data_input = data_input[None, None, None, ...] # Add bs, time, ens dims needed by imputer
163+
data_input = data_input[
164+
None, None, None, ...
165+
] # Add bs, time, ens dims needed by imputer
164166
data_input[..., self.indices[ds]["prognostic_input"]] = data[
165167
..., self.indices[ds]["prognostic_dataset"]
166168
]

0 commit comments

Comments
 (0)