-
Hey!
I have been trying to optimize the inference pipeline using batch inference. But everything used in the pipeline is written considering one image at a time. I was successful in creating batches …
-
All integration tests in `test_demos.py` are run on SQLite. It would be nice to run any of them on Postgresql to check related code. Use `dipdup.test.run_postgres_container` helper to spawn a temporar…
-
As per [this forum thread](https://github.com/MarimerLLC/cslaforum/issues/790), there might be value in having a static helper method that properly executes a business rule.
The reason being, that …
-
https://github.com/pgorecki/lato/blob/18c2afa419f195a380db6f447a292bd3e00fb30a/tests/test_transaction_context.py#L8
after modifying `tests/test_transaction_context.py`
from
```
def add(a, b):
…
-
As we add core config values that are needed for other "unrelated" tests to work we are getting a lot of places that set dummy configs. Ideally we should replace this with a `tests.config({...})` whic…
-
## Background
Often each spec file has a `require 'spec_helper'` as its first line.
This is redundant if you have a `.rspec` file that looks like this:
```
--require rails_helper
```
## …
-
**What happened**:
Running `make all` that builds the CDI operator, unit tests and _most_ containerized functional tests does multi-arch builds correctly for ARM and s390x, but 3 functional tests…
-
Hi, there.
After upgrade to Rails 7.1, running Rspec with rambulance will failed because of this line.
https://github.com/yuki24/rambulance/blob/main/lib/rambulance/test_helper.rb#L28
This is b…
-
Add a basic test helper app that allows us to reset the cluster database when in development mode. The purpose is to enable e2e test isolation.
-
### Describe the bug
Hello Team,
I have tried to create virtual server with rule set using terraform with nsxt provider version 3.6.2 as well as 3.7.0
However, when i am trying to create with rules…