Skip to content

Commit

Permalink
Preparing for the experiment simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
fakufaku committed May 1, 2020
1 parent 975de64 commit 70df53a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions experiment2_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"ilrma_t": {
"name": "ilrma_t",
"kwargs": {
"n_taps": 6,
"n_delays": 1
"n_taps": 3,
"n_delays": 2
},
"n_iter_per_channel": 15
}
Expand Down
3 changes: 0 additions & 3 deletions paper_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ def one_loop(args):
sys.path.append(parameters["base_dir"])
from process import process

res = process(args, parameters)
"""
try:
res = process(args, parameters)

Expand All @@ -72,7 +70,6 @@ def one_loop(args):
f.write(",\n")

res = []
"""

return res

Expand Down

0 comments on commit 70df53a

Please sign in to comment.