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

Conversation

mgondan
Copy link

@mgondan mgondan commented Apr 8, 2024

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).

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).
@bpbond bpbond requested a review from kdorheim April 9, 2024 11:05
@bpbond
Copy link
Member

bpbond commented Apr 9, 2024

Good catch. Thanks for the contribution @mgondan !

@mgondan
Copy link
Author

mgondan commented Apr 9, 2024

The failure of the check seems to be unrelated (?)

@kdorheim
Copy link
Contributor

kdorheim commented Apr 9, 2024

@mgondan thanks for catching that! the failed check is not a related issue will merge shortly

@kdorheim kdorheim changed the base branch from main to dev April 9, 2024 14:33
@kdorheim kdorheim merged commit 62d012b into JGCRI:dev Apr 9, 2024
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants