modify docu
This commit is contained in:
@@ -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이다.",
|
||||
|
||||
Reference in New Issue
Block a user