George Ogden

Results 22 issues of George Ogden

I have tried running this on both Ubuntu 16 and 18, however, in both cases, I receive this error: ``` /scripts/get: line 21: config/options: No such file or directory ./scripts/get:...

This merge request contains code for a new environment: [peg solitaire](https://en.wikipedia.org/wiki/Peg_solitaire)

Cleaner Documentation: https://instadeepai.github.io/jumanji/api/environments/cleaner/#jumanji.environments.routing.cleaner.env.Cleaner.__init__ `num_agents` agents is included in the docstring but not in the signature

now installs `pytest` with ``` pip install pretty_midi[test] ``` to make development easier > was hoping to make other modifications but that might be a future project

Your code does not work with python3, however, now that has been fixed, and I hope that the issue with customer support has been resolved.

**Pull Request Checklist** Please double check the items below! - [x] I have read the [Contributor Guidelines](https://github.com/dwmkerr/hacker-laws/blob/master/.github/contributing.md). - [x] I have not directly copied text from another location (unless explicitly...

At the bottom of the immeta documentation [imageio.v3.immeta](https://imageio.readthedocs.io/en/stable/_autosummary/imageio.v3.immeta.html#imageio.v3.immeta), it states that the method returns an `ndimage`. However, this function returns the metadata from the image (usually a dictionary). The issue...

### Description Recently, I wanted to limit a plotly version, which I did with `plotly>=5.24.0=5.24.0,6` without error or warning. ### Expected behavior I think it would be best if this...

type: bug
S: needs triage

More detailed `operator` annotations could be very useful (see #6448). For example, ```python def polynomial_derivative(coefficients: Sequence[float]) -> list[float] / list[str]: """Compute the first derivative of a polynomial. f(x) = x³...

Fixes #20275 and #20041 This code snippet fails to type-check before this PR: ``` class X: y: int def __eq__(self, other: object) -> bool: return type(other) is type(self) and other.y...