Skip to content

Commit

Permalink
Merge pull request #334 from lsst/tickets/DM-45486
Browse files Browse the repository at this point in the history
DM-45486: Replace utils with cpputils in C++
  • Loading branch information
timj authored Jul 30, 2024
2 parents c9f6898 + 1ca7399 commit bbab02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ip/diffim/_ipdiffimLib.cc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ namespace detail {
void wrapKernelSumVisitor(WrapperCollection &wrappers);
}
PYBIND11_MODULE(_ipdiffimLib, mod) {
lsst::utils::python::WrapperCollection wrappers(mod, "lsst.ip.diffim");
lsst::cpputils::python::WrapperCollection wrappers(mod, "lsst.ip.diffim");
wrappers.addInheritanceDependency("lsst.meas.base");
wrappers.addInheritanceDependency("lsst.afw.math");
wrappers.addSignatureDependency("lsst.afw.table");
Expand Down

0 comments on commit bbab02d

Please sign in to comment.