-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add an integration test for consistency with common-definitions #6
Conversation
@phackstock, one minor issue in the test is that |
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.
Looks good to me.
Regarding the test not deleting the config file, using a try... finally
in the test should solve the issue. I've put a solution that should work as suggestions.
Then you could also remove the entry from the .gitignore file.
a180e16
to
ed4e359
Compare
Seems to work as expected, thanks for the hint! |
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.
Now the entry in the .gitignore is no longer needed.
Other than that good to merge 👍
Co-authored-by: Philip Hackstock <[email protected]>
Remove GDP variables following the merging of IAMconsortium/common-definitions#54 and add an integration-test to ensure consistency between common-definitions & legacy definitions.