wadpac / GGIR

Code corresponding to R package GGIR
https://wadpac.github.io/GGIR/
Apache License 2.0
94 stars 60 forks source link

Edits to PR1033 #1051

Closed vincentvanhees closed 7 months ago

vincentvanhees commented 7 months ago

This PR is an edit to PR #1033:

I am moving the check for duplicated values before the if-statement such that the if-statement is entirely skipped if no useful data is found. The place where you put it had the risk of delivering an empty features_temp object to the next block of code.

Checklist before merging: