modify docu

This commit is contained in:
김경종
2026-06-11 17:18:03 +09:00
parent c4f8f95d4b
commit 742f311be1
66 changed files with 3354 additions and 375 deletions
+7 -4
View File
@@ -29,7 +29,7 @@ class IoDefinitionAgentConfigTests(unittest.TestCase):
"Do not implement parsers.",
"Do not design C++ APIs",
"Do not run Abaqus, Nastran, or any reference solver.",
"Do not generate reference CSVs.",
"Do not generate reference HDF5 files or deterministic CSV views.",
"Do not approve release readiness.",
"Do not claim full Abaqus compatibility",
):
@@ -43,7 +43,8 @@ class IoDefinitionAgentConfigTests(unittest.TestCase):
"Abaqus input files use keyword lines, data lines, and comment lines.",
"Model data and history data",
"supported Abaqus keyword subset",
"comparison CSV schemas",
"HDF5 result schema",
"deterministic CSV view schemas",
):
self.assertIn(required_text, instructions)
@@ -56,7 +57,8 @@ class IoDefinitionAgentConfigTests(unittest.TestCase):
"Model Data Mapping",
"History Data Mapping",
"Internal Model Contract",
"Output and CSV Schemas",
"Output HDF5 Schema",
"Deterministic CSV View Schemas",
"Validation Rules",
"Downstream Handoff",
):
@@ -86,7 +88,8 @@ class IoDefinitionAgentConfigTests(unittest.TestCase):
"Model Data Mapping",
"History Data Mapping",
"Internal Model Contract",
"Output and CSV Schemas",
"Output HDF5 Schema",
"Deterministic CSV View Schemas",
"Validation Rules",
"Downstream Handoff",
"FESA 솔버의 입력 파일은 Abaqus input file이다.",