Fixed broken import in typecaster.h (#1181)
Some checks failed
Native CMake Build / Configure and build using cmake (push) Failing after 28s

- Fixed the broken import _slsdet --> slsdet._slsdet caused by a previous upgrade
- Added tests that exercises the conversion from python to C++ and from C++ to python
- Python unit tests now run in CI (!)
This commit is contained in:
Erik Fröjdh
2025-04-03 12:00:57 +02:00
committed by GitHub
parent 884e17f0c4
commit 5ab2c1693e
5 changed files with 104 additions and 7 deletions

View File

@ -41,3 +41,6 @@ def read_version():
__version__ = read_version()