Skip to content
Snippets Groups Projects
Commit 3e172717 authored by felix kleinert's avatar felix kleinert
Browse files

Merge branch 'felix_issue401_bug-missing-datetime-import' into 'develop'

Resolve "missing datetime import"

See merge request !444
parents 84c278a2 3e7d81b1
No related branches found
No related tags found
6 merge requests!468first implementation of toar-data-v2, can load data (but cannot process these...,!467Resolve "release v2.2.0",!455update for reqs,!449Lukas issue402 tech hpc env update,!447Lukas issue402 tech update hpc environment,!444Resolve "missing datetime import"
Pipeline #105446 passed
...@@ -13,6 +13,7 @@ from typing import Dict, Tuple, Union, List, Callable ...@@ -13,6 +13,7 @@ from typing import Dict, Tuple, Union, List, Callable
import numpy as np import numpy as np
import pandas as pd import pandas as pd
import xarray as xr import xarray as xr
import datetime as dt
from mlair.configuration import path_config from mlair.configuration import path_config
from mlair.data_handler import Bootstraps, KerasIterator from mlair.data_handler import Bootstraps, KerasIterator
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment