mikeblazanin / gcplyr

gcplyr is an R package that facilitates wrangling and analysis of microbial growth curve data
https://mikeblazanin.github.io/gcplyr/
Other
30 stars 2 forks source link

bug with find_threshold_crosses when it never crosses #111

Closed mikeblazanin closed 1 year ago

mikeblazanin commented 1 year ago

function fails when it never reaches the threshold. Should just return NA

ofc add tests for this case too

mikeblazanin commented 1 year ago

done in v1.1.0.9001