Skip to content

Claude/review v1.5.0 7r6h f#93

Merged
HenriqueCSJ merged 4 commits into
mainfrom
claude/review-v1.5.0-7r6hF
Jan 9, 2026
Merged

Claude/review v1.5.0 7r6h f#93
HenriqueCSJ merged 4 commits into
mainfrom
claude/review-v1.5.0-7r6hF

Conversation

@HenriqueCSJ

Copy link
Copy Markdown
Owner

No description provided.

claude added 4 commits January 9, 2026 17:22
Review covers:
- Core algorithms (Kabsch, Hungarian, gap detection)
- Shape analysis services
- Coordination detection services
- Reference geometries
- React components and hooks
- File parsers
- Test coverage and runtime issues

Key findings:
- Build passes with minor eslint warnings
- Scientific validation shows excellent SHAPE 2.1 parity
- Test runtime issue identified for intensive mode tests
- Remove unused `permCount` variable in shapeCalculator.js
- Add eslint-disable comment for `normalizeScaleFromOrigin` function
  (kept for documentation/future use as it documents important
  normalization behavior for pyramidal geometries)

Build now compiles without warnings.
Add 60-second timeout to prevent tests from failing in CI
due to computationally expensive intensive mode calculations.
Create React App doesn't support testTimeout in package.json.
Move the 60-second timeout to src/setupTests.js which is the
CRA-supported approach for Jest configuration.
@HenriqueCSJ HenriqueCSJ merged commit 2550c9e into main Jan 9, 2026
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants