Skip to content

Issue46a#48

Merged
sahinya17 merged 10 commits into
mainfrom
issue46a
Apr 23, 2026
Merged

Issue46a#48
sahinya17 merged 10 commits into
mainfrom
issue46a

Conversation

@techisdead

Copy link
Copy Markdown
Contributor

cluster correction

@techisdead techisdead linked an issue Apr 22, 2026 that may be closed by this pull request

@sahinya17 sahinya17 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just 2 minor things I caught

Comment thread R/cluster_correction.R Outdated


if( is.null(avg_min_distance ) & is.null(df_turbines)){
stop("Please enter one of eff_detection_width or avg_min_distance")

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this test is throwing the wrong error message

Comment thread R/cluster_correction.R Outdated
}

if( !is.null(avg_min_distance) & !is.null(df_turbines)){
stop("Please enter only one of eff_detection_width and avg_min_distance")

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this test is throwing the wrong error message

@sahinya17 sahinya17 merged commit 321b1de into main Apr 23, 2026
1 check passed
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

Successfully merging this pull request may close these issues.

cluster correction factor

2 participants