Skip to content
Snippets Groups Projects
Commit ae1a3737 authored by lukas leufen's avatar lukas leufen
Browse files

information importance of loading pickle data is debug now

parent 9e1146a4
Branches
Tags
3 merge requests!90WIP: new release update,!89Resolve "release branch / CI on gpu",!61Resolve "REFAC: clean-up bootstrap workflow"
Pipeline #32255 passed
......@@ -182,7 +182,7 @@ class DataGenerator(keras.utils.Sequence):
raise FileNotFoundError
data = self._load_pickle_data(station, self.variables)
except FileNotFoundError:
logging.info(f"load not pickle data for {station}")
logging.debug(f"load not pickle data for {station}")
data = DataPrep(self.data_path, self.network, station, self.variables, station_type=self.station_type,
**self.kwargs)
if self.transformation is not None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment