-
Following on from our discussion in [the array API standard community meeting](https://hackmd.io/zn5bvdZTQIeJmb3RW1B-8g?view#Meeting-minutes-28-November-2024) @betatim:
https://data-apis.org/array-β¦
-
Play the game, try many different options. Look at its functionality. If there is a mistake, correct it. You can do it not alone, but send your code to your friends and have them break it as well).
-
### Related issues
### [REQUIRED] Version info
**node:** 20.18.0
**firebase-functions:** 6.0.1
**firebase-tools:** 13.25.0
**firebase-admin:** 12.6.0
### [REQUIREβ¦
-
# π Bug
Within `test_functions/base.py`, the bounds are hard-coded to double precision. This makes it impossible to use single-precision which is necessary for e.g. MPS support on Mac.
## To repβ¦
-
# Add Unit Tests for the `Send_mails.py` Module
## Description
The `Send_mails.py` module currently lacks unit tests. This task involves writing unit tests to cover the main functions in this moβ¦
-
Start this issue once we have merged the model and functions implemented for the evolution model: https://github.com/ByteBuildersLabs/ByteBeastsBackend/issues/91
- Add unit tests for all functions β¦
-
### What happens?
```sql
SELECT list_reduce(['a', 'b'], (x, y, i) -> x || y || i)
```
```
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β list_reduce(main.β¦
-
## Description
The purpose of this task is to implement a location filtering for the Alerts in `AlertsLists` in order to sort the alerts from all users and to display only the Alerts that are within aβ¦
-
Failing tests:
- `tests/language-feature/constants/static-const-in-generic-interface.slang`
Example output:
WGPU error: Error while parsing WGSL: :8:24 error: functions cannot bβ¦
-
So, equivalence test generation at the moment doesn't really account for side effects on the parameters.
For instance, consider `example.py`, which is the following:
```python
from typing impoβ¦