Merged
Conversation
jeancochrane
commented
Nov 19, 2025
Member
Author
There was a problem hiding this comment.
Almost all of the changes in this file are irrelevant, and were autogenerated due to my using a newer version of uv on my machine. I'll leave a comment marking any relevant changes.
Comment on lines
+39
to
+40
| version = "1.3.1" | ||
| source = { registry = "https://pypi.org/simple" } |
Member
Author
There was a problem hiding this comment.
This is the only relevant functional change in this file (updating the package source for ccao).
wagnerlmichael
approved these changes
Nov 28, 2025
Member
wagnerlmichael
left a comment
There was a problem hiding this comment.
Looks good, thanks for updating the docstrings!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Now that the
ccaoPython package is deployed to PyPI (ccao-data/ccao#44), this PR updates the package source in the uv lockfile for thegenerate_homeval.pyscript in this repo.We also take this opportunity to fold in another small fix that I noticed while testing: The example comps run ID in the
generate_homeval.pydocstring is currently out of date, which leads to an esoteric error if you try to run the example commands. This PR updates those example commands to use the correct comps run ID for 2025.I ran a test workflow and confirmed that it still works as expected using the new dependency.