Skip to content

Commit

Permalink
doc: remove notes containing syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Bai-Li-NOAA committed Jul 26, 2024
1 parent 081972c commit 8b5ba1c
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions tests/testthat/helper-integration-tests-setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -259,24 +259,20 @@ setup_and_run_FIMS <- function(iter_id,
#' # The `result` list contains components such as `report`, `sdr_report`, and `obj`.
#'
#' validate_fims(
#' report = result$report,
#' sdr = TMB::sdreport(result$obj),
#' sdr_report = result$sdr_report,
#' om_input = om_input_list[[1]],
#' om_output = om_output_list[[1]],
#' em_input = em_input_list[[1]]
#' report = result$report,
#' sdr = TMB::sdreport(result$obj),
#' sdr_report = result$sdr_report,
#' om_input = om_input_list[[1]],
#' om_output = om_output_list[[1]],
#' em_input = em_input_list[[1]]
#' )
#'
#' #' Note: Some sections of the function have commented-out code for additional checks
#' that are not currently active.
validate_fims <- function(
report,
sdr,
sdr_report,
om_input,
om_output,
em_input) {

# Numbers at age
# Estimates and SE for NAA
sdr_naa <- sdr_report[which(rownames(sdr_report) == "NAA"), ]
Expand Down

0 comments on commit 8b5ba1c

Please sign in to comment.