Skip to content

Commit

Permalink
FUCKING PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
berkgercek committed Sep 29, 2020
1 parent d2a4d33 commit 9c10aac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brainbox/modeling/glm.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ def convbasis(stim, bases, offset=0):
X = X[: -(1 + offset), :]
return X


# Precompilation for speed
@nb.njit
def denseconv(X, bases):
Expand Down

0 comments on commit 9c10aac

Please sign in to comment.