Conversation
Documentation build overview
4 files changed± beta-delta/index.html± iskhakov-et-al-2017/index.html± tiny-example/index.html± transitions/index.html |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #447 +/- ##
==========================================
- Coverage 90.74% 90.69% -0.06%
==========================================
Files 380 381 +1
Lines 51383 51583 +200
==========================================
+ Hits 46627 46781 +154
- Misses 4756 4802 +46
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Benchmark comparison (main → HEAD)Comparing
|
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.
What problem do you want to solve?
PyLCM rejects valid GETTSIM-generated JAX callable graphs while constructing a model's durable fingerprint. This prevents a downstream labor-supply model from reaching solution or simulation.
Support these graphs through a bounded external-library contract. Generated functions, policy bodies, closures, defaults, and model data retain recursive hashing. Authenticated fixed infrastructure functions bind their executable code, defaults, and dependency versions. Exact GETTSIM/ttsim declarations, foreign-key semantics, rounding rules, and JAX lookup/polynomial carriers bind their relevant contents. Dictionary annotation schemas and additional public NumPy primitives are handled consistently.
Opaque dependencies, forged library identities, unsupported mutable carriers, and cyclic annotation schemas remain rejected. GETTSIM and ttsim remain optional dependencies. The implementation contract assumes unmodified installed libraries; runtime library monkeypatching and in-place model-data mutation remain outside the supported contract. The structure fingerprint schema advances to version 8, so existing structure fingerprints require regeneration.
Validation
build_model()succeeds in both precisions with this checkout loaded: 42 periods, working and retired regimes, GETTSIM 1.2, ttsim-backend 1.2.1, and JAX 0.11.1 on CPU.Todo
mainand choose a title describing the repair.