Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-37770: use pybind wrappers, merge into one pybind shared lib #248

Merged
merged 1 commit into from Feb 11, 2023

Conversation

mwittgen
Copy link
Contributor

@mwittgen mwittgen commented Feb 4, 2023

No description provided.

python/lsst/ip/diffim/diffimLib.py Outdated Show resolved Hide resolved
@@ -19,4 +19,4 @@
# the GNU General Public License along with this program. If not,
# see <https://www.lsstcorp.org/LegalNotices/>.
#
from .diffimDetailLib import *
from .._ipdiffimLib import *
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hate the fact that we're exposing things in the detail namespace to Python at all, but it's preexisting (and probably so tests could be written in Python), so I suppose this isn't the right ticket to do anything about that.

@mwittgen mwittgen merged commit 51ae771 into main Feb 11, 2023
@mwittgen mwittgen deleted the tickets/DM-37770 branch February 11, 2023 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants