Updates measure tests and the models they use. Fixes #37.
Pull Request Author
This pull request makes changes to (select all the apply):
[x] Documentation
[x] Workflow Measures
[x] Upgrade Measures
[ ] Reporting Measures
Author pull request checklist:
[x] Tagged the pull request with the appropriate label (documentation, infrastructure, sampling, workflow measure, upgrade measure, reporting measure, postprocessing) to help categorize changes in the release notes.
[x] Added tests for new measures
[x] Updated measure .xml(s)
[x] Changes reflected in README.md files
[x] Added 'See ComStock License' language to first two lines of each code file
[x] Implements corresponding measure tests and indexing path in test/measure_tests.txt or/and test/resource_measure_tests.txt
[ ] All new and existing tests pass the CI
Review Checklist
This will not be exhaustively relevant to every PR.
[ ] Perform a code review on GitHub
[ ] All related changes have been implemented: data and method additions, changes, tests
[ ] If fixing a defect, verify by running develop branch and reproducing defect, then running PR and reproducing fix
[ ] Reviewed change documentation
[ ] Ensured code files contain License reference
[ ] Results differences are reasonable
[ ] Make sure the newly added measures has been added with tests and indexed properly
[ ] CI status: all tests pass
ComStock Licensing Language - Add to Beginning of Each Code File
# ComStock™, Copyright (c) 2023 Alliance for Sustainable Energy, LLC. All rights reserved.
# See top level LICENSE.txt file for license terms.
Pull request overview
Updates measure tests and the models they use. Fixes #37.
Pull Request Author
This pull request makes changes to (select all the apply):
Author pull request checklist:
README.md
filestest/measure_tests.txt
or/andtest/resource_measure_tests.txt
Review Checklist
This will not be exhaustively relevant to every PR.
ComStock Licensing Language - Add to Beginning of Each Code File