Skip to content

Commit

Permalink
Update Ch7Sct3.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorDouven authored Feb 13, 2020
1 parent e70f31e commit 8927010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Ch7Sct3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@
"final_gens = Array{Any,3}(undef, 36, 5, 15)\n",
"\n",
"for i in 1:15\n",
" final_gens[:, :, i] = readdlm(\"gen_data_new$i/gen50.txt\")\n",
" final_gens[:, :, i] = readdlm(\"gen_data$i/gen50.txt\")\n",
"end"
]
},
Expand Down Expand Up @@ -543,7 +543,7 @@
"all_gens = Array{Any,3}(undef, 36, 5, 50)\n",
"\n",
"for i in 1:50\n",
" all_gens[:, :, i] = readdlm(\"gen_data_new1/gen$i.txt\")\n",
" all_gens[:, :, i] = readdlm(\"gen_data1/gen$i.txt\")\n",
"end"
]
},
Expand Down

0 comments on commit 8927010

Please sign in to comment.