Skip to content

Commit

Permalink
make missing model NULL instead of NA
Browse files Browse the repository at this point in the history
  • Loading branch information
ecophilina committed May 3, 2024
1 parent 65f7b69 commit ccc4633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/split-by-sex-maturity.R
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ split_catch_by_sex <- function(survey_sets, fish,
}
}
} else {
m <- NA
m <- NULL
f_fish$threshold <- custom_length_thresholds[2]
m_fish$threshold <- custom_length_thresholds[1]
}
Expand Down

0 comments on commit ccc4633

Please sign in to comment.