Skip to content

Commit

Permalink
Bugfix: Todorovic examples
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Mar 21, 2023
1 parent db64171 commit 0bc8350
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stimupy/benarys.py
Expand Up @@ -729,16 +729,17 @@ def overview(**kwargs):
default_params = {
"visual_size": 10,
"ppd": 30,
"target_size": 1,
}
default_params.update(kwargs)

params_benary = {
"target_size": 1,
"cross_thickness": 2,
}

params_todo = {
"target_size": 1,
"L_width": 2,
}

target_pos = {
Expand Down

0 comments on commit 0bc8350

Please sign in to comment.