Skip to content

Commit 6d42e2a

Browse files
committed
fixup! feat: add DataConsistencyGroups and TransferGroups with tests
1 parent ac6c285 commit 6d42e2a

3 files changed

Lines changed: 0 additions & 12 deletions

File tree

src/PyDataConsistencyGroup.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ namespace ChimeraTK {
2020

2121
/********************************************************************************************************************/
2222

23-
// std::string PyReadAnyGroup::repr() const {}
24-
25-
/********************************************************************************************************************/
26-
2723
void PyDataConsistencyGroup::bind(py::module& m) {
2824
py::class_<ctk::DataConsistencyGroup>(m, "DataConsistencyGroup")
2925
.def(py::init<ctk::DataConsistencyGroup::MatchingMode>())

src/PyReadAnyGroup.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ namespace ChimeraTK {
2020

2121
/********************************************************************************************************************/
2222

23-
// std::string PyReadAnyGroup::repr() const {}
24-
25-
/********************************************************************************************************************/
26-
2723
void PyReadAnyGroup::bind(py::module& m) {
2824
py::class_<ctk::ReadAnyGroup>(m, "ReadAnyGroup")
2925
.def(py::init<>())

src/PyTransferGroup.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ namespace ChimeraTK {
2020

2121
/********************************************************************************************************************/
2222

23-
// std::string PyReadAnyGroup::repr() const {}
24-
25-
/********************************************************************************************************************/
26-
2723
void PyTransferGroup::bind(py::module& m) {
2824
py::class_<ctk::TransferGroup>(m, "TransferGroup")
2925
.def(py::init<>())

0 commit comments

Comments
 (0)