diff --git a/notebooks/01-advanced-deblending.ipynb b/notebooks/01-advanced-deblending.ipynb index 32713d59..2e752b94 100644 --- a/notebooks/01-advanced-deblending.ipynb +++ b/notebooks/01-advanced-deblending.ipynb @@ -550,7 +550,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Now if we would like to benchmark performance of multiple deblenders against each other, we can just pass a list of deblenders to `DeblendGenerator`, which will keep track of all bookkeeping for us. Let's see if the `PeakLocalMax` or the `SEPSingleBand` deblender has better recall." + "Now if we would like to benchmark performance of multiple deblenders against each other, we can just pass a list of deblenders to `DeblendGenerator`, which will keep track of all bookkeeping for us. Let's see which deblender has better recall." ] }, {