KuangshiAi commited on
Commit ·
44d6c00
1
Parent(s): bab09a2
modify crayfish
Browse files
eval_cases/paraview/paraview_cases.yaml
CHANGED
|
@@ -232,7 +232,7 @@
|
|
| 232 |
# Case 7: crayfish_streamline
|
| 233 |
- vars:
|
| 234 |
question: |
|
| 235 |
-
Load the Crayfish flow vector field from "
|
| 236 |
Crayfish Flow (Vector)
|
| 237 |
Data Scalar Type: float
|
| 238 |
Data Byte Order: Little Endian
|
|
@@ -253,9 +253,9 @@
|
|
| 253 |
|
| 254 |
Use a gray-blue background (RGB: 0.329, 0.349, 0.427). Render at 1280x1280.
|
| 255 |
|
| 256 |
-
Save the paraview state as "
|
| 257 |
-
Save the visualization image as "
|
| 258 |
-
(Optional, if use python script) Save the python script as "
|
| 259 |
Do not save any other files, and always save the visualization image.
|
| 260 |
assert:
|
| 261 |
- type: llm-rubric
|
|
|
|
| 232 |
# Case 7: crayfish_streamline
|
| 233 |
- vars:
|
| 234 |
question: |
|
| 235 |
+
Load the Crayfish flow vector field from "crayfish_streamline/data/crayfish_streamline.raw", the information about this dataset:
|
| 236 |
Crayfish Flow (Vector)
|
| 237 |
Data Scalar Type: float
|
| 238 |
Data Byte Order: Little Endian
|
|
|
|
| 253 |
|
| 254 |
Use a gray-blue background (RGB: 0.329, 0.349, 0.427). Render at 1280x1280.
|
| 255 |
|
| 256 |
+
Save the paraview state as "crayfish_streamline/results/{agent_mode}/crayfish_streamline.pvsm".
|
| 257 |
+
Save the visualization image as "crayfish_streamline/results/{agent_mode}/crayfish_streamline.png".
|
| 258 |
+
(Optional, if use python script) Save the python script as "crayfish_streamline/results/{agent_mode}/crayfish_streamline.py".
|
| 259 |
Do not save any other files, and always save the visualization image.
|
| 260 |
assert:
|
| 261 |
- type: llm-rubric
|
paraview/crayfish_streamline/task_description.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
Load the Crayfish flow vector field from "
|
| 2 |
Crayfish Flow (Vector)
|
| 3 |
Data Scalar Type: float
|
| 4 |
Data Byte Order: Little Endian
|
|
@@ -19,7 +19,7 @@ In the pipeline browser panel, hide all stream tracers and only show the tube fi
|
|
| 19 |
|
| 20 |
Use a gray-blue background (RGB: 0.329, 0.349, 0.427). Render at 1280x1280.
|
| 21 |
|
| 22 |
-
Save the paraview state as "
|
| 23 |
-
Save the visualization image as "
|
| 24 |
-
(Optional, if use python script) Save the python script as "
|
| 25 |
Do not save any other files, and always save the visualization image.
|
|
|
|
| 1 |
+
Load the Crayfish flow vector field from "crayfish_streamline/data/crayfish_streamline.raw", the information about this dataset:
|
| 2 |
Crayfish Flow (Vector)
|
| 3 |
Data Scalar Type: float
|
| 4 |
Data Byte Order: Little Endian
|
|
|
|
| 19 |
|
| 20 |
Use a gray-blue background (RGB: 0.329, 0.349, 0.427). Render at 1280x1280.
|
| 21 |
|
| 22 |
+
Save the paraview state as "crayfish_streamline/results/{agent_mode}/crayfish_streamline.pvsm".
|
| 23 |
+
Save the visualization image as "crayfish_streamline/results/{agent_mode}/crayfish_streamline.png".
|
| 24 |
+
(Optional, if use python script) Save the python script as "crayfish_streamline/results/{agent_mode}/crayfish_streamline.py".
|
| 25 |
Do not save any other files, and always save the visualization image.
|