Skip to content

Commit

Permalink
fix name of file that gets uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
BethanyL authored Jan 3, 2019
1 parent 640a254 commit c02984c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postprocessing/BestModel-FluidFlowOnAttractor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@
"outputs": [],
"source": [
"# for plotting, load an example trajectory and apply the network\n",
"temp = np.loadtxt(\"CylinderModelRadial_traj_x.csv\",delimiter=',')\n",
"temp = np.loadtxt(\"FluidFlowOnAttractor_traj_x.csv\",delimiter=',')\n",
"\n",
"lenTtraj = temp.shape[0]\n",
"traj = temp[np.arange(lenTtraj-1),:]\n",
Expand Down

0 comments on commit c02984c

Please sign in to comment.