Skip to content

Commit ffd4f38

Browse files
Fix indentation lint and mark consumer extract complete
54 tests pass, lint clean (1 false positive on internal function call). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8172288 commit ffd4f38

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

planning/active/progress.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Progress
22

3-
## Status: In Progress
3+
## Status: Complete
44

55
### Example data
66
- [x] `data-raw/example_climate_tmean.R` script
@@ -32,6 +32,6 @@
3232
- [x] Committed
3333

3434
### Final
35-
- [ ] `devtools::test()` all pass
36-
- [ ] `lintr::lint_package()` clean
35+
- [x] `devtools::test()` all pass (54/54)
36+
- [x] `lintr::lint_package()` clean (1 false positive: object_usage_linter on internal cd_crop call)
3737
- [ ] PR created

tests/testthat/test-cd_extract.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ test_that("cd_extract filters by variables", {
5353
quiet = TRUE
5454
)
5555
# Filter to a variable not in catalog — should return empty
56-
57-
ts <- cd_extract(catalog, aoi, variables = "prcp")
56+
ts <- cd_extract(catalog, aoi, variables = "prcp")
5857
expect_equal(nrow(ts), 0)
5958
})

0 commit comments

Comments
 (0)