Matt Fisher

Results 143 issues of Matt Fisher

# :construction: Work in progress :construction: * `HARMONY_MIGRATION.md` will contain my ongoing notes about the migration * There are some things mixed in here that arguably should be in different...

`test_download_granules_without_subsetting` depends on `test_download_granules_with_subsetting`. The former doesn't actually assert anything, so it feels like a setup step for the latter. Perhaps the tests should be combined. The former tests checks...

I work around this with this change: ```patch diff --git a/icepyx/tests/conftest.py b/icepyx/tests/conftest.py index 5bc5eb8..4c643f6 100644 --- a/icepyx/tests/conftest.py +++ b/icepyx/tests/conftest.py @@ -35,7 +35,11 @@ def email(): def pytest_configure(config): # append to...

> [!IMPORTANT] > To be merged only after merging #605 and rebasing I'm happy to split this in to multiple PRs, but there's a lot of disparate changes here and...

It looks like this :) ``` $ cat ~/.netrc machine urs.earthdata.nasa.gov login icepyx_devteam password None machine urs.earthdata.nasa.gov login icepyx_devteam password None machine urs.earthdata.nasa.gov login icepyx_devteam password None machine urs.earthdata.nasa.gov login...

bug

E.g. `HARMONY_URL` envvar which allows setting to UAT Harmony.

We're currently making these manually: https://github.com/nsidc/earthaccess/discussions/800 We should be able to set up their creation on a bi-weekly cron in GitHub Actions!

automation

### Is this issue already tracked somewhere, or is this a new report? - [X] I've reviewed existing issues and couldn't find a duplicate for this problem. ### Current Behavior...

enhancement

We are now in Q4 of 2024, and [per SPEC0, it's time to drop support for Python 3.10](https://scientific-python.org/specs/spec-0000/#2024---quarter-4). We still support 3.9, so perhaps we should drop 3.9 in our...

help wanted
dependencies