Skip to content

Commit

Permalink
remove TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea-Havron-NOAA committed Jan 29, 2025
1 parent 0be8c47 commit e346af1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ test_that("nll test of fims", {
age_comp_nll <- age_comp_nll_fleet + age_comp_nll_survey

# length comp likelihoods
# TODO: the code below is not working yet
fishing_lengthcomp_observed <- em_input_list[[iter_id]][["L.length.obs"]][["fleet1"]]
fishing_lengthcomp_expected <- om_output_list[[iter_id]][["L.length"]][["fleet1"]] / rowSums(om_output_list[[iter_id]][["L.length"]][["fleet1"]])
survey_lengthcomp_observed <- em_input_list[[iter_id]][["survey.length.obs"]][["survey1"]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ test_that("nll test of fims", {
age_comp_nll <- age_comp_nll_fleet + age_comp_nll_survey

# length comp likelihoods
# TODO: the code below is not working yet
fishing_lengthcomp_observed <- em_input_list[[iter_id]][["L.length.obs"]][["fleet1"]]
fishing_lengthcomp_expected <- om_output_list[[iter_id]][["L.length"]][["fleet1"]] / rowSums(om_output_list[[iter_id]][["L.length"]][["fleet1"]])
survey_lengthcomp_observed <- em_input_list[[iter_id]][["survey.length.obs"]][["survey1"]]
Expand Down

0 comments on commit e346af1

Please sign in to comment.