Skip to content

Commit

Permalink
Update fit-psd-lightcurve.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
cgalelli authored Oct 11, 2024
1 parent 0fe8f53 commit f7938fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes/fit-psd-lightcurve/fit-psd-lightcurve.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,6 @@
"source": [
"%%time\n",
"index, index_err = minimize_x2_fit(pgram, pl, {\"index\":-2}, dsmax, simulator=\"TK\", nsims=10000, mean=dmean, std=dstd,method=\"Powell\")\n",
"print(\f"Fit index: {index}, error: {index_err}\")\n",
"envelopes, freqs = lightcurve_psd_envelope(\n",
" pl,\n",
" dnpoints,\n",
Expand Down

0 comments on commit f7938fa

Please sign in to comment.