Skip to content

Commit

Permalink
fix: grab information from the biomass object in a consistent way
Browse files Browse the repository at this point in the history
  • Loading branch information
chantelwetzel-noaa committed Jul 9, 2024
1 parent 1e04408 commit 64d4699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/get_design_based.R
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ get_design_based <- function(
year = biomass[, "year"],
month = month,
fleet = fleet,
est = est,
se_log = se_log
est = biomass[, "est"],
se_log = biomass[, "se_log"]
)
write.csv(
biomass_out,
Expand Down

0 comments on commit 64d4699

Please sign in to comment.