Skip to content

Commit

Permalink
Improve formatting of Tutorial-Finite_Difference_Derivatives-FDtable_…
Browse files Browse the repository at this point in the history
…soln.ipynb
  • Loading branch information
zachetienne committed Sep 10, 2018
1 parent 0d86c32 commit 88647cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tutorial-Finite_Difference_Derivatives-FDtable_soln.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"import finite_difference as fin\n",
"from astropy.table import Table\n",
"\n",
"# Step 1: Set the maximum finite-difference accuracy order\n",
"max_fdorder =12\n",
"# Step 1: Set the maximum finite-difference accuracy order computed in the table\n",
"max_fdorder = 12\n",
"\n",
"# Step 2: Set up table parameters\n",
"# One column for deriv order, one for deriv accuracy, and max_fdorder+1\n",
Expand Down

0 comments on commit 88647cd

Please sign in to comment.