You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 mapsom_map<- sits_som_map(samples_modis_ndvi)
# clean the samplesnew_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.
The text was updated successfully, but these errors were encountered:
Describe the bug
sits_som_clean_samples()
should identify samples byclean
,analyze
, andremove
and filter samples according tokeep
parameter.To Reproduce
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
fromdplyr::mutate()
which broke the code.The text was updated successfully, but these errors were encountered: