Skip to content
Snippets Groups Projects
Commit b922cd30 authored by gong1's avatar gong1
Browse files

Fix import package issues

parent 3c1594e3
No related branches found
No related tags found
No related merge requests found
Pipeline #90900 failed
...@@ -10,14 +10,13 @@ __email__ = "b.gong@fz-juelich.de" ...@@ -10,14 +10,13 @@ __email__ = "b.gong@fz-juelich.de"
__author__ = "Bing Gong, Yan Ji" __author__ = "Bing Gong, Yan Ji"
__date__ = "2020-12-04" __date__ = "2020-12-04"
__update_date__ = "2022-02-02" __update_date__ = "2022-02-02"
import os
from matplotlib.pylab import plt from matplotlib.pylab import plt
import json import json
import numpy as np import numpy as np
import shutil import shutil
import glob import glob
from netCDF4 import Dataset from netCDF4 import Dataset
from model_modules.video_prediction.metrics import *
import xarray as xr import xarray as xr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment