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

Refactor the testing code to be agnostic to the host land model #1265

Open
glemieux opened this issue Oct 21, 2024 · 0 comments
Open

Refactor the testing code to be agnostic to the host land model #1265

glemieux opened this issue Oct 21, 2024 · 0 comments
Labels
ctsm An issue is related to ctsm host land model or a particular PR has a corresponding ctsm-side PR e3sm An issue is related to e3sm host land model or a particular PR has a corresponding e3sm-side PR enhancement testing Related to improvements in code testing (e.g. unit, regression, etc)

Comments

@glemieux
Copy link
Contributor

The current implementation of the fates testing infrastructure assumes that the tests will be run within ctsm:

cime_path = os.path.join(path_to_fates_root(), "../../cime")

Ideally this would be updated to be agnostic to the host land model or allow the tests to take the cime location as an argument.

@glemieux glemieux added enhancement ctsm An issue is related to ctsm host land model or a particular PR has a corresponding ctsm-side PR e3sm An issue is related to e3sm host land model or a particular PR has a corresponding e3sm-side PR testing Related to improvements in code testing (e.g. unit, regression, etc) labels Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ctsm An issue is related to ctsm host land model or a particular PR has a corresponding ctsm-side PR e3sm An issue is related to e3sm host land model or a particular PR has a corresponding e3sm-side PR enhancement testing Related to improvements in code testing (e.g. unit, regression, etc)
Projects
Status: ❕Todo
Development

No branches or pull requests

1 participant