Jeremy Retailleau

Results 26 comments of Jeremy Retailleau

@Byron I just submitted a PR: #1054 Let me know if I missed anything!

I've got the same error by running the demo with Python 2.7.15 on macOS and CentOS 7. Works great with Python 3 but it doesn't seem to be working in...

I reverted to using the logic suggested in https://github.com/pyblish/pyblish-qml/issues/353#issuecomment-584159312. Removing usage of `StopIteration` would require more thoughts to prevent the issues you highlighted.

> Do you mean that just calling python -m pyblish_qml --demo isn't enough to see anything, that you also need --targets default? :O That shouldn't be the case, might be...

> Can confirm this is happening, it happened in the latest release 1.11.1 and works as intended in 1.11.0. I've pushed a fix for it now. Thanks! > Let me...

Just merged back latest change to this branch, let me know if there are any issues still!

CI errors are occurring when comparing resulting images with expected outcomes for the`ImageBufAlgo::fit` and `ImageBufAlgo::rotate` tests (in C++ and Python): ``` rotate-45.exr : 256 x 256, 4 channel, half openexr...

After analyzing the "dumpdata" produced on different CI jobs for the `ImageBufAlgo::rotate` test, I found only two pixels with a very minor value difference: ``` < SHA-1: D71846E92E351953CAB0A77F7FA0E8153871F642 --- >...

The remaining CI errors don't seem to be related to this update: ``` 147/178 Test #149: tiff-misc ...............................***Failed 3.98 sec ```

I actually removed the extra command to write output images to be compared for the tests with numerical differences. It is still being tested, but there is no longer any...