-
Imagine I have the following fixture:
```python
@pytest.fixture(scope='function')
def gitlab_merge_request(mimesis):
return {
'user': {
'username': mimesis('username'),…
-
I have no idea why, but commit 79f6257 (`Add pytest entry in pyproject.toml`) decreased coverage by [42.21%](https://app.codecov.io/gh/lk-geimfari/mimesis/commit/79f625782f7cf0ff1943635abe9cfdc9961ae3…
-
I'm aware of three sources of truth for the correspondence between PyPI and Conda names.
1. Grayskull's [config.yaml](https://github.com/conda/grayskull/blob/main/grayskull/strategy/config.yaml). C…
-
**Describe the bug**
The current implementation for `MySqlContainer` to check if the database is running is like below:
```python
wait_for_logs(
self,
re.compile(".*: ready for connecti…
-
When installing our test-environments that we are using in CI I am pulling in an ancient version of `s3fs` that is causing severe performance problems, see https://github.com/dask/dask/issues/10275 an…
-
**Describe the bug** I am experiencing an issue where scheduled tasks using django-tasks-scheduler are being duplicated infinitely every few seconds, even though they are scheduled to run only once a …
-
If something the user needs is not supported by Mimesis, they can generate it using OpenAI, like this:
```python
from mimesis.plugins.gpt import ChatGPT
>>> chat_gpt = ChatGPT(api_key='API_KEY_…
-
**Describe the bug**
For specific training and test inputs to `LinearRegression`, cuml and sklearn produce significantly different outputs
**Steps/Code to reproduce bug**
```python
import cupy a…
-
**Describe the bug**
I have just observed this test fail locally in my 0.20 development environment with the following output:
```
FAILED python/cuml/test/test_random_forest.py::test_rf_classific…
-
**Describe the bug**
A csv files contains values greater than max(int64) and some null values. In this case, cudf CSV reader is inferring the column type to be `float` column. This will lead to loss …