-
Hello -- thank you for making this project available.
I am running into some trouble trying to build and compile this:
```
(mtw) mtw (pep518)$pip install --no-deps -e .
WARNING: Missing b…
-
**Minimal Complete Verifiable Example**:
```python
import dask.dataframe as dd
import numpy as np
arr = np.arange(10)
series = dd.from_array(arr)
series + arr
```
```python
--------------…
-
### What happened + What you expected to happen
# What happened
I sampled from an `env` using the `RolloutWorker` and `batch_mode="complete_episodes"`. The batches returned possessed only odd num…
-
### Prerequisites
- [X] I have searched all issues/PRs to ensure it has not already been reported or fixed.
### Criteria
- [X] Reasonably well-known and widely used (e.g. if it's a GitHub pro…
-
### 🐛 Describe the bug
We found this problem by training the same model on different hardware(i.e., CPU and GPU) and frameworks (i.e., MindSpore and PyTorch), using exactly the same input data.
Onl…
-
### Polars version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of …
-
As mentioned in https://github.com/reichlab/variant-nowcast-hub/pull/116#issuecomment-2427130801:
> If we coerce to `pd.NA` (or `None`), the corresponding dtype that the validation tool receives is…
-
## 🐞Describing the bug
- Provide a clear and consise description of the bug.
https://github.com/apple/coremltools/blob/b809510d3c6bc7e3b8ca085dd0666a0bd7d41222/coremltools/test/neural_network/test_n…
-
**Describe the bug**
Running a simple evaluation of the QuadraticModel raises a numba TypingError. What's odd to me is that calling evaluate_ps doesn't raise any issue.
The issue itself is:
```…
-
![SPIRV-memory_consumption](https://user-images.githubusercontent.com/240344/72802786-6f3e0680-3c44-11ea-8d2f-87817bce0df9.png)
The flags were `ninja -j 1 -k 0`, so it is a single thread consumptio…