Skip to content

Commit

Permalink
Merge pull request #299 from OHBA-analysis/glm_fix
Browse files Browse the repository at this point in the history
fix missing import (glmtools)
  • Loading branch information
matsvanes committed May 28, 2024
2 parents 252e3e7 + f2da162 commit 6c17476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osl/glm/glm_spectrum.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from matplotlib.colors import ListedColormap
from scipy import signal, stats

import glmtools as glm
from sails.stft import glm_periodogram
from sails.stft import glm_irasa as sails_glm_irasa

Expand Down

0 comments on commit 6c17476

Please sign in to comment.