From e4e13e14ffad1ae3ba84f27bc06e978e38e350f5 Mon Sep 17 00:00:00 2001 From: Alistair Miles Date: Thu, 20 Dec 2018 10:32:25 +0000 Subject: [PATCH] fix pep8 --- .pep8speaks.yml | 3 ++- allel/stats/misc.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.pep8speaks.yml b/.pep8speaks.yml index 8399d325..a000ded1 100644 --- a/.pep8speaks.yml +++ b/.pep8speaks.yml @@ -1,3 +1,4 @@ pycodestyle: max-line-length: 100 - + exclude: + - docs diff --git a/allel/stats/misc.py b/allel/stats/misc.py index 0e60edc1..7f13da43 100644 --- a/allel/stats/misc.py +++ b/allel/stats/misc.py @@ -247,6 +247,7 @@ def tabulate_state_transitions(x, states, pos=None): import pandas return pandas.DataFrame.from_dict(OrderedDict(items)) + def tabulate_state_blocks(x, states, pos=None): """Construct a dataframe where each row provides information about continuous state blocks.