Skip to content

Commit

Permalink
Merge pull request #149 from pfmc-assessments/style-doc-code
Browse files Browse the repository at this point in the history
Style code and document
  • Loading branch information
chantelwetzel-noaa authored Sep 6, 2024
2 parents a769a37 + b79448c commit 7dc961e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pull_bio.R
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ pull_bio <- function(
bio_pull[nonstandard_wgt, "weight_kg"] <- NA
}

fill_in <- is.na(bio_pull[, "operation_dim$legacy_performance_code"])
fill_in <- is.na(bio_pull[, "operation_dim$legacy_performance_code"])
if (sum(fill_in) > 0) {
bio_pull[fill_in, "operation_dim$legacy_performance_code"] <- -999
}
Expand Down

0 comments on commit 7dc961e

Please sign in to comment.