File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -65,10 +65,8 @@ def __init__(
6565
6666 if self .downscale :
6767 # TODO: Check if downscaling is needed at all. May impact layer normalisation.
68- raise NotImplementedError (
69- "Downscaling in MBConv hasn't been implemented as it \
70- isnt used in Metnet3"
71- )
68+ raise NotImplementedError ("Downscaling in MBConv hasn't been implemented as it \
69+ isnt used in Metnet3" )
7270
7371 self .main_branch = nn .Sequential (
7472 self .pre_norm , # Pre Normalize over the last three dimensions (i.e. the channel and spatial dimensions) # noqa
Original file line number Diff line number Diff line change 88 get_band_data ,
99)
1010
11-
1211# ---------------------------------------------------------
1312# Helpers: create synthetic lat/lon grids
1413# ---------------------------------------------------------
You can’t perform that action at this time.
0 commit comments