-
have this in `configuration.yaml`
```yaml
notify:
- name: "my ntfy"
platform: ntfy
url: http://192.168.1.6
topic: homeassistant
#token:
#icon:
```
have this in a simp…
-
A reproducible code snippet using TestIcebergV2:
```java
@Test
void testTimeTravelAfterSchemaEvolution()
{
String tableName = "test_time_travel_after_schema_evolution" + rando…
ebyhr updated
2 months ago
-
in the `test-pthread-split.c` test program, the function called by `qv_pthread_create`
calls `qv_scope_split` to split the the thread scope into two parts and then frees the
obtained subscope immed…
-
## Description
My issue is very similar to #6705, though I believe I can rule out the compute capacity of my GPUs as the issue as they are >8 (NVIDIA RTX A6000).
## Reproducible example
```python
imp…
-
Current tests are starting to be a hinderance in the development process. They are really slow.
Tests should be divided into 2 groups:
1) Fast unit tests for testing the API: these could (and sh…
centi updated
7 years ago
-
### What is the issue?
Reference support ticket TSS-46822
Substantial battery drain on Android 14 when using app split tunneling. Battery usage is high without it, 9% or so, but if even 1 single…
-
训练好的pointrend模型使用官方的额export_onnx.py导出onnx发现在np.testing.assert_allclose(onnx_out, paddle_out, rtol=0, atol=1e-03)报错,代码如下,也使用了paddle2onnx来导出模型实测发现精度不一致
def export_onnx(args):
args.config = '/workspa…
-
When I run decision_tree() with the "rpart" engine, I see that the results of the tune() function's concordance index and also the calculation on a test sample give results less than 0.5, when I expec…
-
Some experimenters wish to test campaign stages with drainingn, or nfiles split types with a different n than they do for standard submissions.
Add a split_nfiles_test value to use for test submiss…
-
### What feature should we add?
It's unclear where to add tests, so this issue will involve moving them around in a way that makes sense and provides a baseline for new tests to be added. We'd also…