Skip to content

Commit e8a2fb5

Browse files
author
Jessica Dunstan
committed
[#83] Introduce abstractions for signals and fast5 files
1 parent 353565e commit e8a2fb5

File tree

7 files changed

+855
-496
lines changed

7 files changed

+855
-496
lines changed

poretitioner/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import matplotlib
22

3+
from . import signals, utils
4+
35
# We're using TK as a matplotlib backend since it doesn't require any extra dependencies.
46
# If need a different backend, it can be configured here.
57
matplotlib.use("TkAgg")

0 commit comments

Comments
 (0)