Add single/mixture mode to gRASPA isotherm workflow#11
Merged
Conversation
gRASPA's input parser truncates FrameworkName at the first '.', so CIFs like 'str_m5_o11_o18_sra_sym.22.cif' fail to load. Replace '.' with '_' in the copied filename and template, and record renames in a per-batch cif_mapping.json.
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.
Summary
scripts/graspa/setup_isotherms.pywithsingleandmixturemodes for gRASPA isotherm batchessetup_batch: cache CIF reads, parallelize per-CIF setup withThreadPoolExecutor, emitsimulations.jsonlmanifeststr_m5_o11_o18_sra_sym.22.cif) so gRASPA can parseFrameworkName; record renames incif_mapping.jsoncopy_template/render_templateutilities and convert CLI/logging output tologgingwith a--verboseflagTest plan
pytest tests/test_graspa.py(16 passed, including new sanitization + batch-mapping tests)scripts/graspa/setup_isotherms.pyend-to-end against a directory containing a multi-period CIF; confirm sanitized name appears insimulation.inputandcif_mapping.jsonlists the renamesinglevsmixturemode output layouts against expected directory structure