Skip to content

Commit

Permalink
Fix file name error caused by different RUN_ID
Browse files Browse the repository at this point in the history
Fix file name error caused by different RUN_ID.

Fixes davidADSP#37.
  • Loading branch information
emres authored Dec 16, 2019
1 parent 8a5c240 commit dca36d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 07_05_musegan_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"source": [
"# run params\n",
"SECTION = 'compose'\n",
"RUN_ID = '0016'\n",
"RUN_ID = '0017'\n",
"DATA_NAME = 'chorales'\n",
"FILENAME = 'Jsb16thSeparated.npz'\n",
"RUN_FOLDER = 'run/{}/'.format(SECTION)\n",
Expand Down

0 comments on commit dca36d5

Please sign in to comment.