diff --git a/video_prediction_tools/model_modules/video_prediction/models/weatherBench3DCNN.py b/video_prediction_tools/model_modules/video_prediction/models/weatherBench3DCNN.py index 524d1de86999d99f3d583f5dd33e6daa798a3c96..09107827ea439e2e9a25712ff45793e57b65c856 100644 --- a/video_prediction_tools/model_modules/video_prediction/models/weatherBench3DCNN.py +++ b/video_prediction_tools/model_modules/video_prediction/models/weatherBench3DCNN.py @@ -109,6 +109,7 @@ class WeatherBenchModel(object): return output + class PeriodicPadding2D(object): def __init__(self, x, pad_width):