Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb70499 commit d1fcba3Copy full SHA for d1fcba3
1 file changed
src/_transforms.cpp
@@ -443,7 +443,8 @@ Bbox::update(const Py::Tuple &args) {
443
444
Py::Object
445
Bbox::update_numerix(const Py::Tuple &args) {
446
- //update the boox from the numerix arrays x and y
+ //update the box from the numerix arrays x and y
447
+ using std::isnan;
448
_VERBOSE("Bbox::update_numerix");
449
450
args.verify_length(3);
0 commit comments