# Luigi down for a while

**URL:** https://discourse.paraview.org/t/luigi-down-for-a-while/3070
**Category:** Dashboards
**Created:** [November 28, 2019, 5:45pm UTC](https://discourse.paraview.org/t/luigi-down-for-a-while/3070 "2019-11-28T17:45:15Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [November 28, 2019, 5:45pm UTC](https://discourse.paraview.org/t/luigi-down-for-a-while/3070/1 "2019-11-28T17:45:15Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [December 4, 2019, 10:15am UTC](https://discourse.paraview.org/t/luigi-down-for-a-while/3070/2 "2019-12-04T10:15:56Z")

</div>

Caused by : [https://gitlab.kitware.com/paraview/paraview/merge\_requests/3705](https://gitlab.kitware.com/paraview/paraview/merge_requests/3705)

Not sure about the fix here.

---

<div class="post-metadata">

### Author: ![aron.helser](https://discourse.paraview.org/user_avatar/discourse.paraview.org/aron.helser/32/13_2.png) [@aron.helser](https://discourse.paraview.org/u/aron.helser)
#### Post date: [December 4, 2019, 3:09pm UTC](https://discourse.paraview.org/t/luigi-down-for-a-while/3070/3 "2019-12-04T15:09:35Z")

</div>

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.
