Revert "added sparse mask python bindings"

This reverts commit bb55b54a1f.
This commit is contained in:
2026-07-28 15:32:40 +02:00
parent f02a73a761
commit 9f34cc8bdb
4 changed files with 0 additions and 9 deletions
-2
View File
@@ -54,5 +54,3 @@ from ._aare import (
PixelHistogram_u32,
PixelHistogram_u64,
)
from ._aare import SparseMask
-2
View File
@@ -17,7 +17,6 @@
#include "bind_PixelMap.hpp"
#include "bind_RawFile.hpp"
#include "bind_calibration.hpp"
#include "utils/bind_SparseMask.hpp"
// TODO! migrate the other names
#include "ctb_raw_file.hpp"
@@ -74,7 +73,6 @@ PYBIND11_MODULE(_aare, m) {
define_fit_bindings(m);
define_interpolation_bindings(m);
define_jungfrau_data_file_io_bindings(m);
define_sparse_mask_bindings(m);
bind_calibration(m);