Adam J. Stewart

Results 216 issues of Adam J. Stewart

The following link in the README is broken: > It is also possible to parallelise at a CI-level using strategies, see [example](https://github.com/LabForComputationalVision/plenoptic/blob/master/.github/workflows/treebeard.yml) Should probably link to a specific commit of...

I'm a developer for the [Spack](https://spack.io) package manager. I'm trying to add a package for tensorstore but I'm having trouble getting the build to work. Spack has its own patched...

Hi, I'm trying to create a package for OpenDX in the Spack package manager. On macOS, I encounter dozens of build issues. On Linux, I get a bit further, but...

The color in the brand guidelines was ever so slightly changed in https://github.com/pytorch/pytorch.github.io/pull/1124 ### Before ![before](https://github.com/simple-icons/simple-icons/assets/12021217/d70d8770-2bca-4304-ab72-4648fcbcc0e4) ### After ![after](https://github.com/simple-icons/simple-icons/assets/12021217/c58cd1a8-af50-4a30-9342-c35dd840710a)

awaiting reply
update icon/data

Converts L7 Irish to an IntersectionDataset following the design proposed in #1972. This is needed for #2015 so that images and masks can independently control their resampling algorithm. ~Only remaining...

datasets
testing

Many of our GeoDatasets use `self.files` to check if the dataset has already been downloaded. However, `self.files` warns if this is not the case. This results in situations like: ```pycon...

datasets

### Summary We should add a YAML formatter to CI ### Rationale Indentation is inconsistent, and I frequently have to remind people to add EOL chars before EOF chars. ###...

testing
good first issue

By default, `rasterio.merge.merge` uses "nearest" as its resampling algorithm. This is fast and works well for masks where you don't want to interpolate two categorical classes, but results in resampling...

documentation
datasets
testing

### Summary We should consider switching coverage providers. ### Rationale We've been proudly using codecov since the beginning of the project, but codecov has become unusable over the last year....

testing
good first issue

### Issue We've been using [pytorch-sphinx-theme](https://github.com/pytorch/pytorch_sphinx_theme) since the start of the project, but it contains a number of known issues and is barely maintained. We should consider switching to a...

documentation
good first issue