Skip to content

Commit 7591091

Browse files
author
Matthew Emmett
committed
Initial work on using EArray in HDF5.
1 parent 756d775 commit 7591091

File tree

2 files changed

+466
-0
lines changed

2 files changed

+466
-0
lines changed

pymc/database/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,9 @@
4949
except ImportError:
5050
pass
5151

52+
try:
53+
from . import hdf52
54+
except ImportError:
55+
pass
56+
5257

0 commit comments

Comments
 (0)