-
Same functionality across both model types needed. will make life so much easier
-
in `lettuce.core.Step`:
``` python
def _get_match(self, ignore_case):
matched, func = None, lambda: None
for regex, func in STEP_REGISTRY.items():
matched = re.search…
-
Running the tests twice, on `master`, with the same binaries, on the same Linux VM, yield different results:
```
$ diff test.log.1 test.log.2
207c207
< [basic operations] [client save rc file] -R …
-
The overdue system listens to a few events to decide wether state should be recomputed. In particular it listens to invoice events, and because we have no ordering across event handlers, we have no gu…
-
### Is this a new feature, an improvement, or a change to existing functionality?
Improvement
### How would you describe the priority of this feature request
Medium
### Please provide a clear desc…
-
Hi,
first of all, thanks for all the great work!
## 🐛 Bugs / Unexpected behaviors
The output of MeshRasterizer seems to be non-deterministic. Calling the forward function with the same input mu…
-
For example, see this output of two tests runs on the same commit:
* https://github.com/ami-iit/ADAM/actions/runs/4977875545/jobs/8907456613?pr=41
* https://github.com/ami-iit/ADAM/actions/runs/4977…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
There seems to be non-deterministic behavior in `walletnotify.py` (or in `CWallet::AddToWallet`) where 30-40% of the time, perhaps only under load, CI fails, always when testing notifications after re…
-
TLDR: I got a deterministic julia build
Hello everybody!
This is a followup from issue #25900.
Background: [reproducible builds](https://reproducible-builds.org/) are important both for trus…