From 28e69d102f866693053d91e1477cf77883a9d165 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 16:06:51 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20commented-out=20code=20?= =?UTF-8?q?in=20BigTest.ipynb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sir-Ripley <31619989+Sir-Ripley@users.noreply.github.com> --- BigTest.ipynb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BigTest.ipynb b/BigTest.ipynb index 8aa44c8..fd7a550 100644 --- a/BigTest.ipynb +++ b/BigTest.ipynb @@ -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", "# Add to galaxies dict & re-run fits\n", "galaxies[\"UGC2259\"] = {\n",