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

test

parent 400b17b4
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -12,4 +12,4 @@ pandas
tables
future
paramiko
psutil
\ No newline at end of file
psutil
......@@ -3,7 +3,6 @@ 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
......@@ -16,8 +15,6 @@ 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