Adam J. Stewart

Results 192 issues of Adam J. Stewart

We should add integration with a code coverage provider like codecov or coveralls so we can report overall coverage and work towards 100% coverage. At the moment, we only have...

### 🐛 Describe the bug When building from source with the new Apple Clang 16, I see the following error: ``` ld: multiple errors: duplicate LC_RPATH '/Users/Adam/spack/opt/spack/darwin-sequoia-m2/apple-clang-16.0.0/cpuinfo-2023-11-04-4sylnhqsvndbdpgwvv3mydc6xhudikqh/lib' in '/Users/Adam/spack/opt/spack/darwin-sequoia-m2/apple-clang-16.0.0/py-torch-2.4.1-wsy5qo376pu3gqk6sazvaff3wf6uo6fl/lib/python3.11/site-packages/torch/lib/libc10.dylib'; duplicate...

### Summary If a user specifies `in_chans` and `weights`, and `weights.meta['in_chans']` differs from `in_chans`, the user-specified argument should take precedence and weights should be repeated, similar to how timm handles...

models
trainers
good first issue

### Description There is a reprojection bug in the script we used to download SSL4EO-L. The result of this is that the bbox of each file is slightly off (up...

datasets
scripts

By default, `coverage` only reports which lines were executed during unit testing. By enabling branch coverage, we can also see whether if-statements are tested for both True and False conditions....

dependencies
good first issue

It's that time of year again! Python 3.8 has officially reached [EOL status](https://devguide.python.org/versions/). Since it is no longer supported by PSF and no longer receives fixes to security vulnerabilities, it...

new-version
new-package
python
dependencies
patch
update-package
conflicts
gitlab
core

I've come across two packages now that have built without any trouble, but have later caused problems for users trying to link to them. The first was py-meep, which complained...

tests

Currently, if you try to run `tty.msg` or `tty.warn` during a `spack install`, the output will be printed to `spack-build.out` and the user will never see it unless building verbosely....

## Issue Description I'm trying to build arrow 1.3.0 but it fails with the following mysterious error message: ``` ModuleNotFoundError: No module named 'arrow' ``` [Full build log](https://github.com/user-attachments/files/17044149/spack-build-out.txt) ## System...

bug

## Background [TorchGeo](https://github.com/microsoft/torchgeo) is a PyTorch domain library for geospatial data, and wraps around rasterio for file I/O. A common use case is to take a collection of arbitrary raster...

bug
regression