-
Notifications
You must be signed in to change notification settings - Fork 177
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
change log and validation cell script #628
Conversation
scripts/output/validation_cell.R
Outdated
|
||
library(magpie4) | ||
library(luscale) | ||
library(mrcommons) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as the mr-packages are currently quite hardlinked to the cluster we should avoid having dependencies on them directly in MAgPIE. What do you use it for here and is there a way around?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I use them to read LUH2 and MAPSPAM data. I discussed this with Pascal for the magpie4 fit/error functions, and we thought about adding LUH2 and MAPSPAM to the pre-processing so it generates files with the data information, which are then stored in the output directory. What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sounds good to me
🐦 Description of this PR 🐦
CellValidation.pdf
🔧 Checklist for PR creator 🔧
Label pull request from the label list.
Self-review own code
magpie4
R library has been updated accordingly and backwards compatible where necessary.scenario_config.csv
has been updated accordingly (important ifdefault.cfg
has been updated)Document changes
CHANGELOG.md
goxygen::goxygen()
and verify the modified code is properly documented[NA] Perform test runs
Rscript start.R --> "compilation check"
Rscript start.R --> "test runs"
Rscript start.R --> "test runs"
📉 Performance changes 📈
🚨 Checklist for reviewer 🚨
CHANGELOG
is updated correctly