Skip to content

Commit

Permalink
fix: github glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban authored Jul 11, 2024
1 parent 227ea6d commit 3dd5815
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/notebooks/dmri_covariance.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@
"\n",
"# Plot the exponential and spherical model covariances\n",
"# Scale by a factor of 2 so that it matches Andersson2015's fig. 3.\n",
"# Scale by a factor of 2 so that it matches Andersson2015's fig. 3.\n",
"plt.plot(theta_lin, cov_exp * 2, \"gray\", label=\"Exponential\")\n",
"plt.plot(theta_lin, cov_sph * 2, \"k--\", label=\"Spherical\")\n",
"\n",
Expand Down

0 comments on commit 3dd5815

Please sign in to comment.