-
### What is the bug?
Using rasterio 1.3.11 compiled against GDAL 3.9.1 and later results in slowdown when creating datasets in a loop. It does not seem to be an issue in 3.9.0 and earlier. I have t…
-
```
let y = 0;
for (let i = (y = y + 1); i
-
The [`artifacts.loop()`](https://github.com/uscuni/sgeop/blob/8e10d48cf1197e945dc210bc721c9e0c6f974ea1/sgeop/artifacts.py#L473) function deals with geometric/road loops, correct? (nothing to do with t…
-
Consider this simple function:
``` c
void anti(int *A, int x, unsigned N, unsigned M) {
for (unsigned m = 0; m < M; ++m)
for (unsigned i = 0U; i < N - 1; ++i) {
A[i] = A[i + 1] + x;
…
-
When we loop, we compare to an integer. It makes sense to me to consider that to be a floating point, and then figure out how much of the pattern to draw based on the fractional distance. For example,…
-
### I have checked the following:
- [X] I use the newest version of bruno.
- [X] I've searched existing issues and found nothing related to my issue.
### Describe the bug
After making a change to a…
-
# Issue
I've noticed that this project misuses the PasMP library (which I am the author of) in parallel loop handling, which could lead to incorrect behavior in multithreaded operations. Specifical…
-
The Metal compiler and DXC are based on clang and inherit the "Infinite loop without side-effects is UB" from C++. SPIR-V also requires shader invocations to terminate.
The fact that "all loops mus…
-
This is the second smallTV-ultra (out of four) I have gotten that will not get past initial setup. I’m literally getting a 50% failure rate from your Ali express store. It just goes back to the initia…
-
Hi there,
I was experimentng with jax sampling and instead of running successive calls to sample_smc_blackjax (which I thought would be useful to compare the posteriors and enable rhat-like diagno…