Skip to content

Commit

Permalink
merged
Browse files Browse the repository at this point in the history
  • Loading branch information
fpcasale committed Feb 5, 2019
2 parents da6f917 + cccedcb commit 1a188ca
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 267 deletions.
1 change: 0 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Limix's documentation
vardec
sh
stats
tutorials/index
api
dev

Expand Down
265 changes: 0 additions & 265 deletions doc/tutorials/eqtl.rst

This file was deleted.

2 changes: 1 addition & 1 deletion limix/io/hdf5.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def _read_attrs(filepath, path):

h = dict()
for attr in f[path].keys():
h[attr] = f[path + "/" + attr].value
h[attr] = f[path + "/" + attr][()]

if h[attr].dtype.kind == "S":
h[attr] = h[attr].astype("U")
Expand Down

0 comments on commit 1a188ca

Please sign in to comment.