Skip to content

Commit

Permalink
Merge pull request #418 from NOAA-FIMS/remove_recruitment_warning
Browse files Browse the repository at this point in the history
remove duplicate steepness warning
  • Loading branch information
nathanvaughan-NOAA authored Jul 13, 2023
2 parents 06cab8c + cc8feff commit 64880ae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions inst/include/interface/rcpp/rcpp_objects/rcpp_recruitment.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,6 @@ class BevertonHoltRecruitmentInterface : public RecruitmentInterfaceBase {

BevHolt.log_rzero = this->log_rzero.value;

if ((this->logit_steep.value == 1.0) && (this->logit_steep.estimated)) {
warning(
"Steepness is subject to a logit transformation, so it is fixed at "
"0.7848469. Fixing it at 1.0 is not currently possible.");
}

return BevHolt.evaluate(spawners, ssbzero);
}

Expand Down

0 comments on commit 64880ae

Please sign in to comment.