Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a minor numeric inconsistency in the hector vignette #739

Merged
merged 2 commits into from
Apr 9, 2024
Merged

Fix a minor numeric inconsistency in the hector vignette #739

merged 2 commits into from
Apr 9, 2024

Commits on Apr 8, 2024

  1. Fix a minor numeric inconsistency in the hector vignette

    Beta = 0.36 seems incorrect, isn't it 0.53.
    
    beta <- fetchvars(core, NA, BETA())
    beta
    ##              scenario year variable value      units
    ## 1 Unnamed Hector core   NA     beta  0.53 (unitless)
    
    (...)
    The current value is set to 0.36 (note that it is a unitless quantity, hence the (unitless) unit).
    mgondan committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    782bb7c View commit details
    Browse the repository at this point in the history
  2. Update hector.Rmd

    mgondan committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    cb0dce9 View commit details
    Browse the repository at this point in the history