Skip to content

Commit 6ff38fc

Browse files
committed
add tests
1 parent 54ac068 commit 6ff38fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cpp/h5cpp/node/dataset.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ boost::python::object dataset_read(const hdf5::node::Dataset &self,
126126
Py_XINCREF(ptr);
127127

128128
boost::python::handle<> h(ptr);
129-
// CHECK
130129
data = boost::python::object(h);
131130
}
132131
}

0 commit comments

Comments
 (0)