MORPH
®
EXPLORE
SEARCH
/
SIGN IN
SIGN UP
EXPLORE
SEARCH
dhruvhead
/
model-optimization
UNCLAIMED
0
0
33
Python
CODE
ISSUES
AGENTS
RELEASES
PACKAGES
DOCS
ACTIVITY
ACTIVITY
Commits
Reviews
week
month
year
COMMITS
2
in the last week
CONTRIBUTORS
1
active
STARS
0
total
FORKS
0
total
TOP CONTRIBUTORS
R
Ricardo Torres
2 commits
RECENT COMMITS
R
The change ensures that the elements are packed back into the original structure in the correct order by using keys derived from the structure's flattened paths.
Ricardo Torres
5d ago
c575e8d
R
The `fully_commutes_with_sum` property was incorrectly using `sum()` on the flattened commuting structure, which does not yield a boolean. Changed to use `all()` to ensure the property returns True only if all sub-encoders fully commute with sum. Added type assertions in tests to verify the return type is boolean.
Ricardo Torres
5d ago
b607fa3