Skip to content

fix: replace Cyrillic Ghe with Greek Gamma for defaultPoint - #159

Merged
timurbazhirov merged 1 commit into
mainfrom
fix/gamma-point-defaultpoint-and-deps-bump
Jul 29, 2026
Merged

fix: replace Cyrillic Ghe with Greek Gamma for defaultPoint#159
timurbazhirov merged 1 commit into
mainfrom
fix/gamma-point-defaultpoint-and-deps-bump

Conversation

@timurbazhirov

Copy link
Copy Markdown
Member

Summary

  • PointsPathFormDataProvider's defaultPoint must match whatever @mat3ra/made actually emits for the Brillouin-zone Gamma point in its symmetryPoints enum, or the JSON-schema select field defaults to a value outside its own enum.
  • made emitted Cyrillic "Г" (U+0413) instead of Greek "Γ" (U+0393) — now fixed upstream (made PR #290, published as 2026.7.29-0) — so this defaultPoint needs the matching update.
  • Also bumps the made/utils devDependency pins to their current published versions: made@2026.7.29-0 requires a newer @mat3ra/utils (Utils.math.unit) than wode's previous 2025.9.20-0 pin provided, surfacing as an unrelated Utils.math.unit is not a function failure in Lattice.calculateVectors once made was bumped to pick up the actual fix. Bumping utils to 2026.7.9-0 alongside made resolves it.
  • Fixes the root cause behind Jenkins failures job-kpoint-path-vasp.feature, the GW band-gap spec, valence_band_offset.feature, and job-espresso-valence-band-offset.feature.

Test plan

  • npm test — 47/47 passing
  • pytest tests/py — 81/81 passing
  • Verified against the actual published @mat3ra/made@2026.7.29-0 (not a local patch) — confirmed 0 Cyrillic / 1 Greek Gamma in the installed dist

PointsPathFormDataProvider's defaultPoint must match whatever
@mat3ra/made actually emits for the Brillouin-zone Gamma point in its
symmetryPoints enum, or the JSON-schema select field defaults to a
value outside its own enum. made emitted Cyrillic "Г" (U+0413) instead
of Greek "Γ" (U+0393) - now fixed upstream (made PR #290, published as
2026.7.29-0) - so this defaultPoint needs the matching update.

Also bumps the made/utils devDependency pins to their current
published versions: made 2026.7.29-0 requires a newer @mat3ra/utils
(Utils.math.unit) than wode's previous 2025.9.20-0 pin provided,
surfacing as an unrelated "Utils.math.unit is not a function" failure
in Lattice.calculateVectors once made was bumped to pick up the actual
fix. Bumping utils to 2026.7.9-0 alongside made resolves it.
@timurbazhirov
timurbazhirov merged commit b489ff7 into main Jul 29, 2026
7 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.

1 participant