Skip to content

Commit

Permalink
by default, dont plot masks
Browse files Browse the repository at this point in the history
  • Loading branch information
LynnSchmittwilken committed Jan 18, 2023
1 parent 5b8a22f commit ead7312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stimuli/papers/carney1999.py
Expand Up @@ -2253,5 +2253,5 @@ def compare_all():
from stimuli.utils import plot_stimuli

stims = gen_all(skip=True)
plot_stimuli(stims, mask=True)
plot_stimuli(stims, mask=False)
# compare_all()

0 comments on commit ead7312

Please sign in to comment.