Skip to content

Commit

Permalink
Ensure that pipe_base testUtils is imported
Browse files Browse the repository at this point in the history
The test file did not run standalone before but required
that the code had been imported via another file.
  • Loading branch information
timj committed Nov 25, 2021
1 parent 5dc5473 commit 167b39c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_commonMetrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
import astropy.units as u

import lsst.utils.tests
import lsst.pipe.base.testUtils
from lsst.pex.config import Config
from lsst.pipe.base import Task
from lsst.utils.timer import timeMethod
Expand Down

0 comments on commit 167b39c

Please sign in to comment.