Skip to content

Commit

Permalink
Change imports in components
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Mar 23, 2023
1 parent 316a4c5 commit 4b2c1eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions stimupy/components/__init__.py
Expand Up @@ -2,6 +2,7 @@

import numpy as np

from stimupy.components import * # angulars, edges, frames, gaussians, lines, radials, shapes, waves
from stimupy.utils import resolution

__all__ = [
Expand Down Expand Up @@ -210,9 +211,6 @@ def draw_regions(mask, intensities, intensity_background=0.5):
return img


from stimupy.components import angulars, edges, frames, gaussians, lines, radials, shapes, waves


def overview(skip=False):
"""Generate example stimuli from this module
Expand Down

0 comments on commit 4b2c1eb

Please sign in to comment.