Theo Brown
Theo Brown
* **asyncpg version**: 0.24.0 * **PostgreSQL version**: 12.8 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: Local PostgreSQL...
I would love to be able to use amSynth fullscreen - or at least at a larger size than at present. On my 1080p screen the UI is very small....
I copied the code from `examples/2_introduction_to_sindy.ipynb` into a Python script. When I ran the code, I encountered an AttributeError when fitting the model. ### Reproducing code example: ```python import numpy...
The tutorial section on 'Extra Data Types' did not include an example of frozenset.
In the [docs](https://pygad.readthedocs.io/en/latest/pygad.html#how-mutation-works-with-the-gene-space-parameter), it says that: > If a gene has its static space defined in the gene_space parameter, then mutation works by replacing the gene value by a value...
**Description** If the `seed` argument you pass to `env.reset(seed=seed)` is not an integer, the raised error is uninformative as it only includes the seed *value* not the seed *type*. **Code...
I cloned the repo, installed the package, and ran the test with `python industrial_benchmark_python/test_gym_wrapper.py ` It raised the following error: ``` AttributeError: module 'numpy' has no attribute 'float'. Did you...
It would be great to add an option to `bounded` so that it supports interval constraints with equality. Current behaviour: ```julia julia> bounded(0., 0., 1.) ERROR: ArgumentError: Value, 0.0, outside...