Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions BigTest.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,6 @@
" chi2_test = np.sum(((ngc3198_v_obs - vtest)/ngc3198_v_err)**2) / (len(ngc3198_r_obs)-4)\n",
" print(f\"NFW rs={rs_test}: χ²_red={chi2_test:.3f}\")\n",
"\n",
"# Download from https://astroweb.case.edu/SPARC/ → Table2.mrt or zenodo\n",
"# import pandas as pd\n",
"# sparc = pd.read_csv('RC_SPARC.csv')\n",
"# Auto-fit all!\n",
"\n",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This change results in two consecutive blank lines. To improve code formatting and readability, one of them should be removed.

"# Add to galaxies dict & re-run fits\n",
"galaxies[\"UGC2259\"] = {\n",
Expand Down