Skip to content

Commit

Permalink
Regress to completely symmetrical stimulus grid. Priming not taken in…
Browse files Browse the repository at this point in the history
…to account.
  • Loading branch information
thatfloflo committed Sep 20, 2023
1 parent fd82522 commit 9d5942a
Show file tree
Hide file tree
Showing 4 changed files with 282 additions and 85 deletions.
4 changes: 2 additions & 2 deletions gnat_stimgen/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ def make_block(
if len(rows) % 20 != 0:
cli.secho(" ERROR: ", fg="red", nl=False)
cli.echo(f"Unable to find more suitable items for condition {pattern}.")
with open("./overflow.txt", "w+") as fh:
fh.write(repr(stimseqs))
# with open("./overflow.txt", "w+") as fh:
# fh.write(repr(stimseqs))
# return (rows, stimseqs)

return (rows, stimseqs)
Expand Down
Loading

0 comments on commit 9d5942a

Please sign in to comment.