Skip to content

[BUG] sits_som_clean_samples() is not working as expected #890

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

Closed
rolfsimoes opened this issue Jan 17, 2023 · 0 comments
Closed

[BUG] sits_som_clean_samples() is not working as expected #890

rolfsimoes opened this issue Jan 17, 2023 · 0 comments
Assignees
Labels
Milestone

Comments

@rolfsimoes
Copy link
Member

Describe the bug
sits_som_clean_samples() should identify samples by clean, analyze, and remove and filter samples according to keep parameter.

To Reproduce

# create a som map
som_map <- sits_som_map(samples_modis_ndvi)
# clean the samples
new_samples <- sits_som_clean_samples(som_map)

If reporting a change from previous versions

Previous sits version is working.

Additional context
This occurs due to passing columns to an internal function. The current code removed .data from dplyr::mutate() which broke the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants