This repository contains only code: validation, database-building, and
Abaqus .inc export logic for material parameter sets. It has no material
data of its own — that lives in the separate
mat-data repository.
Open a pull request against mat-data,
not here. See its CONTRIBUTING.md.
- Make changes under
src/mat_data_handler/. - Add/update tests under
tests/. - Follow SemVer: patch for bug fixes, minor for backward-compatible
additions, major for breaking changes to the public API
(
build_database,export_entry, CLI flags). - Update
CHANGELOG.md.
pip install -e ".[test]"
export MAT_DATA_LOCAL_PATH=../mat-data # point at a sibling mat-data checkout
pytestPlease include the command run and the full error output. If the issue is
about specific material values, file it against mat-data instead.