We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef07e80 commit 503b999Copy full SHA for 503b999
1 file changed
src/dxtbx/imageset.h
@@ -462,6 +462,7 @@ class ImageSetData {
462
// Get the class name
463
std::string name =
464
boost::python::extract<std::string>(obj[0].attr("__class__").attr("__name__"))();
465
+
466
// Read the image
467
ImageBuffer buffer;
468
if (name == "double") {
0 commit comments