Feat/aws upload#4
Draft
vict0rsch wants to merge 9 commits into
Draft
Conversation
2 tasks
speckhard
added a commit
to speckhard/LeMat-Rho
that referenced
this pull request
Jun 1, 2026
Reviewer flagged two worth-flagging items. LeMaterial#4 CHGCAR directory layout * was: chgcar_root / f"{model}__{material_id}/CHGCAR" * now: chgcar_root / model / material_id / CHGCAR * the flat layout would have been ambiguous for synthesised IDs containing the separator (e.g. "oqmd__1234"). Nested avoids that entirely and is also more ls-friendly when sweeping models. * new test test_chgcar_layout_is_nested_by_model_then_material_id asserts the path tail. LeMaterial#8 Test-data realism * the existing _toy_parquet uses 2-atom H2 cells with grid_shape=(4,4,4) and n_electrons=2.0 -- a missing n_electrons rescale, a positions-reshape bug, or a grid/atom mismatch would all pass silently. * new TestRealisticRow.test_5_atom_asymmetric_grid_unequal_n_electrons exercises an FeO4 row with grid_shape=(8,10,12) and n_electrons=12.5 != sum(Z). Catches mutations on the reshape and rescale paths. 16 / 16 tests green; full suite green.
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.
No description provided.