Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extract throws an error when called on RasterStack #582

Closed
JoshuaBillson opened this issue Dec 21, 2023 · 0 comments
Closed

extract throws an error when called on RasterStack #582

JoshuaBillson opened this issue Dec 21, 2023 · 0 comments

Comments

@JoshuaBillson
Copy link
Contributor

Attempting to call extract on a RasterStack gives the following error:

ERROR: UndefVarError: `t` not defined

The issue seems to be in methods/extract.jl:131

@inline _prop_nt(st::AbstractRasterStack, I, names::NamedTuple{K}) where K = t[I][K]

I've opened a PR #581 with a fix.

@rafaqz rafaqz closed this as completed Dec 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants