Skip to content

Commit

Permalink
Fix scipy build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
czwa committed Nov 29, 2021
1 parent 16bdf00 commit 3996086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/cp/verify/verifyDefects.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import numpy as np
import scipy
import scipy.stats

from .verifyStats import CpVerifyStatsConfig, CpVerifyStatsTask, CpVerifyStatsConnections

Expand Down

0 comments on commit 3996086

Please sign in to comment.