Fixed broken import in typecaster.h (#1181)

- 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 Dhanya Thattil
parent 9bd9711dcc
commit 0c3435a2c4
5 changed files with 104 additions and 7 deletions

View File

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