Skip to content

Commit

Permalink
fix a bug in sonification of a single mark
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rind committed Sep 27, 2023
1 parent 69556d0 commit cd9e3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/SoniScope-Graz.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
" if filtered.shape[0] == 1: # otherwise linlin division by zero whenever only one point in lens\n",
" x_min = 0\n",
" y_min = 0\n",
" soni_dim_min = 0\n",
" # soni_dim_min = 0\n",
" soni_sort_dim_min = 0\n",
" \n",
" #---------------------------------------------------------------------------------------------- \n",
Expand Down

0 comments on commit cd9e3b8

Please sign in to comment.