search for: l159

Displaying 5 results from an estimated 5 matches for "l159".

Did you mean: 159
2003 Dec 11
0
Re: [R] chisq.test freezing on certain inputs (PR#5701)
...crement entry in row L, column M */ j = nll * (ii + nll); if (j == 0) { goto L154; } --nll; y = y * j / (double) ((id - nll) * (ia - nll)); sumprb += y; if (sumprb >= dummy) { goto L159; } if (! lsp) { goto L140; } goto L150; y has no chance of becoming larger than zero and we are in the goto trap until the end of time. A simple fix would be checking for zero but I don't know how one would proceed in this case ....
2003 Dec 11
2
chisq.test freezing on certain inputs
Hello everybody, I'm running R 1.8.1 on both Linux and OS X compiled with gcc 3.2.2 and 3.3, respectively. The following call seems to freeze the interpreter on both systems: > chisq.test(matrix(c(233, 580104, 3776, 5786104), 2, 2), simulate.p.value=TRUE) By freeze, I mean, the function call never returns (running > 10 hours so far), the process is unresponsive to SIGINT (but I
2025 Jan 13
0
[PATCH v2 02/25] drm/dumb-buffers: Provide helper to set pitch and size
...ks for my test case. Thanks for testing. I'll include the changes in the patch' next iteration. Best regards Thomas > >> Best regards >> Thomas >> >>> >>> [0]https://gitlab.freedesktop.org/mesa/drm/-/blob/main/tests/modetest/buffers.c?ref_type=heads#L159 >>> >>> This introduce a modetest failure on rockchip platform: >>> # modetest -M rockchip -s 70 at 68:1920x1080 -P 32 at 68:1920x1080 at NV30 >>> setting mode 1920x1080-60.00Hz on connectors 70, crtc 68 >>> testing 1920x1080 at NV30 overlay plane 32 &gt...
2025 Jan 10
0
[PATCH v2 02/25] drm/dumb-buffers: Provide helper to set pitch and size
...ched patch on top of the series and report back the result of the test? You should see a kernel warning about the unknown color mode, but allocation should succeed. Best regards Thomas > > > [0]https://gitlab.freedesktop.org/mesa/drm/-/blob/main/tests/modetest/buffers.c?ref_type=heads#L159 > > This introduce a modetest failure on rockchip platform: > # modetest -M rockchip -s 70 at 68:1920x1080 -P 32 at 68:1920x1080 at NV30 > setting mode 1920x1080-60.00Hz on connectors 70, crtc 68 > testing 1920x1080 at NV30 overlay plane 32 > failed to create dumb buffer: Invalid...
2023 Nov 29
2
Code editor for writing R code
Bert, Posit (formerly RStudio) has moved from RMarkdown to Quarto. They still support RMarkdown but major new features will be in Quarto. For new users a better choice would be Quarto. See https://quarto.org/docs/faq/rmarkdown.html Secondly, the OP stated he was using the VS-Code IDE, so there is no reason to point him to the Posit/RStudio IDE for this functionality which VS-Code supports very