Skip to content

Commit

Permalink
Remove extraneous print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
smathot committed Feb 24, 2023
1 parent 254e926 commit 01c87e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions time_series_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import random
from collections import namedtuple

__version__ = '0.11.0'
__version__ = '0.11.1'
DEFAULT_HUE_COLORMAP = 'Dark2'
DEFAULT_ANNOTATION_COLORMAP = 'brg'
DEEP_ORANGE = ['#bf360c', '#e64a19', '#ff5722', '#ff8a65', '#ffccbc']
Expand Down Expand Up @@ -264,7 +264,6 @@ def lmer_permutation_test(dm, formula, groups, re_formula=None, winlen=1,
logger.info(f'no clusters reach threshold, skipping test')
break
logger.info(f'start of iteration {i}')
print(terms)
if groups is None:
# If no groups are specified (and we are therefore falling back
# to a normal multiple linear regression), we simply shuffle the
Expand Down

0 comments on commit 01c87e8

Please sign in to comment.