Luigi down for a while

I’m bisecting the SelectCells issue on luigi. I hope to get it back up tomorrow.

@cory.quammen : let me know if you may know what have caused it.

Caused by : https://gitlab.kitware.com/paraview/paraview/merge_requests/3705

Not sure about the fix here.

Looking at the test while it executes, it locks the window size and then splits the view, correct? I saw this problem locally when I made the toolbar much larger (36 pixels instead of 24). I’m speculating that it’s not just the window size that changed a little bit, but the ratio of width to height - otherwise the normalized mouse coords should stay the same. I also actually tried to lock the window to 300 x 600 before splitting, but that didn’t help because of the overall size of the ParaView app when started with “-dr”. I’d probably recommend just updating the baseline and moving on.

1 Like