-
For atomate v2, we all agreed that we want to ditch the current strategy of having "fake" VASP runs in a sort of pseudo-integration test. The tests are hard to write, hard to debug, and cause bloating…
-
This is an issue that started out as a comment to https://github.com/gnl/ghostwheel/issues/26
# Existing Feature
## Proposed Problem (1)
* Effortless spec-based stub generation in nil-body f…
-
I've the following understanding:
The idea is to see if the Generator, when trained exclusively on the small batch, can produce samples that the Discriminator thinks are real. If your network setup…
-
Hello!
A few days ago a bug occured and we discover that the time were not frozen correctly in our tests. We reported the issue in pytest-freezer (https://github.com/pytest-dev/pytest-freezer/issues…
-
From project to project, I keep bringing my tiny function of making generated data unique:
```elixir
def make_unique(string) do
"#{string}#{System.unique_integer([:positive, :monotonic])}"
end
…
-
User reported that importing a fake backend would trigger this deprecation warning:
```
venv/lib/python3.11/site-packages/qiskit_ibm_runtime/fake_provider/backends/algiers/__init__.py:15: in
fro…
jyu00 updated
3 weeks ago
-
### 🐛 Describe the bug
`torch._fused_moving_avg_obs_fq_helper` causes Segmentation fault with specific input.
Test code:
```python
import torch
self = torch.full((1,), 0.5, dtype=torch.float6…
-
This tool would be more useful to me if it was capable of generating things like names and addresses to benchmark on more realistic data.
Would you accept a PR adding a fake data generation library…
-
I'm currently trying to create a "could-be" module graph. I'm too lazy to create the dot-file myself, so I just added a new folder with some fake-modules that import each other. Then I want to run `hs…
-
Followup on #2418
- #2418
Currently all the following rules are disabled because they cause issues in the code:
## Undecided
| Rule | Count | Status/PR |
| --- | ---: | --- |
| [`unico…