revert
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 HDF5 artifacts or reference CSVs.",
|
||||
"Do not generate reference CSVs.",
|
||||
"Do not approve release readiness.",
|
||||
"Do not claim full Abaqus compatibility",
|
||||
):
|
||||
@@ -43,7 +43,7 @@ class IoDefinitionAgentConfigTests(unittest.TestCase):
|
||||
"Abaqus input files use keyword lines, data lines, and comment lines.",
|
||||
"Model data and history data",
|
||||
"supported Abaqus keyword subset",
|
||||
"HDF5 result/reference schemas",
|
||||
"comparison CSV schemas",
|
||||
):
|
||||
self.assertIn(required_text, instructions)
|
||||
|
||||
@@ -56,7 +56,7 @@ class IoDefinitionAgentConfigTests(unittest.TestCase):
|
||||
"Model Data Mapping",
|
||||
"History Data Mapping",
|
||||
"Internal Model Contract",
|
||||
"HDF5 Result and Reference Schemas",
|
||||
"Output and CSV Schemas",
|
||||
"Validation Rules",
|
||||
"Downstream Handoff",
|
||||
):
|
||||
@@ -86,7 +86,7 @@ class IoDefinitionAgentConfigTests(unittest.TestCase):
|
||||
"Model Data Mapping",
|
||||
"History Data Mapping",
|
||||
"Internal Model Contract",
|
||||
"HDF5 Result and Reference Schemas",
|
||||
"Output and CSV Schemas",
|
||||
"Validation Rules",
|
||||
"Downstream Handoff",
|
||||
"FESA 솔버의 입력 파일은 Abaqus input file이다.",
|
||||
|
||||
Reference in New Issue
Block a user