Skip to content

Commit

Permalink
Fix bug reported in #29
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidDiazGuerra committed Jan 19, 2022
1 parent 93b52e5 commit fa32eb3
Show file tree
Hide file tree
Showing 3 changed files with 1,069 additions and 1,067 deletions.
2 changes: 1 addition & 1 deletion examples/time_vs_nbRIRs.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
gpuRIR.activateMixedPrecision(False)
gpuRIR.activateLUT(False)

nb_src_vec = np.concatenate([2**np.arange(12), [4094]]) # Number of RIRs to measure
nb_src_vec = np.concatenate([2**np.arange(11), [2047]]) # Number of RIRs to measure
nb_test_per_point = 10 # Number of simulations per T60 to average the runtime

nb_rcv = 1 # Number of receivers
Expand Down
Loading

0 comments on commit fa32eb3

Please sign in to comment.