Rename find_canonical_root -> find_uqps_root locator API - #3
Closed
sherryzyh wants to merge 1 commit into
Closed
Conversation
Renames the project-locator helper and its env var (PRKIT_CANONICAL_ROOT -> PRKIT_UQPS_ROOT), and repoints the hardcoded sibling-directory lookups to uncertainty_quantification_via_physics_semantics (the renamed canonical_answer_protocol project). Leaves unrelated domain uses of 'canonical' (unit canonicalization, canonical_text, the --canonical-sampling-root baseline flag) untouched. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Owner
Author
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.
Summary
Renames the prkit project-locator helper for the renamed consumer project (formerly
canonical_answer_protocol, nowuqps/uncertainty_quantification_via_physics_semantics).find_canonical_root→find_uqps_root(and its__all__entry + thefind_repo_rootdispatcher)PRKIT_CANONICAL_ROOT→PRKIT_UQPS_ROOTcanonical_answer_protocol→uncertainty_quantification_via_physics_semanticssampling_backfill.pyimport/call + fallback path updatedUnrelated domain uses of "canonical" (unit canonicalization,
canonical_text, the--canonical-sampling-rootbaseline flag) are intentionally left untouched.Why
The consumer project was renamed to align with the NeurIPS draft "Uncertainty Quantification for Open-Ended LLM Physics Reasoning via Physics Semantics." The old locator hardcoded a directory name that no longer exists.
Verification
pytest: 1378 passed, 1 skipped (incl.tests/prkit/core/test_project_env.py)find_uqps_root()resolves to the renamed sibling directory🤖 Generated with Claude Code