Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lsst/ip_diffim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: abf95ee80d55e8f1ec36d947990131e24ada6eae
Choose a base ref
..
head repository: lsst/ip_diffim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2f3b1b4752d13132fb99b7c2a82fbe96ceb5b596
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 python/lsst/ip/diffim/detectAndMeasure.py
2 changes: 1 addition & 1 deletion python/lsst/ip/diffim/detectAndMeasure.py
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@

import lsst.afw.detection as afwDetection
import lsst.afw.image as afwImage
import lsst.afw.math as afwMath # FOR TESTING BINNING
import lsst.afw.math as afwMath
import lsst.afw.table as afwTable
import lsst.daf.base as dafBase
import lsst.geom