Skip to content
Snippets Groups Projects
Commit f8608322 authored by mads's avatar mads
Browse files

nothing

parent b4d2c0ec
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -11,4 +11,4 @@ h5py
pandas
tables
future
paramiko
paramiko
\ No newline at end of file
......@@ -3,6 +3,7 @@ from builtins import zip
from builtins import range
from builtins import str
from future import standard_library
from wetb.utils.timing import print_time
standard_library.install_aliases()
import warnings
from wetb.gtsdf.unix_time import from_unix
......@@ -15,6 +16,8 @@ import numpy as np
import numpy.ma as ma
block_name_fmt = "block%04d"
@print_time
def load(filename, dtype=None):
"""Load a 'General Time Series Data Format'-hdf5 datafile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment