ngorski commited on
Commit
a721fc7
·
unverified ·
1 Parent(s): 067109b

Added array name specification to tensor field topology cases.

Browse files
eval_cases/topology/topology_cases.yaml CHANGED
@@ -108,12 +108,13 @@
108
  It should have a value of 0 for trisectors and 1 for wedges.
109
 
110
  4. Save the partition information from the eigenvector partition as "ocean/results/{agent_mode}/ocean_eigenvector.vti" as VTK image data.
111
- It should give regions identifiers as follows: 0: W_{c,s}. 1: W_{r,s}. 2: W_{r,n}. 3: W_{c,n}
112
 
113
  5. Compute the eigenvalue partition of the dataset.
114
 
115
  6. Save the partition information from the eigenvalue partition as "ocean/results/{agent_mode}/ocean_eigenvalue.vti" as VTK image data.
116
- It should give region identifiers as follows: 0: positive scaling. 1: counterclockwise rotation. 2: negative scaling. 3: clockwise rotation. 4: anisotropic stretching.
 
117
  assert:
118
  - type: rule_based
119
  eval_script: ocean/GS/ocean_eval.py
 
108
  It should have a value of 0 for trisectors and 1 for wedges.
109
 
110
  4. Save the partition information from the eigenvector partition as "ocean/results/{agent_mode}/ocean_eigenvector.vti" as VTK image data.
111
+ It should have a point array called Partition that stores the region identifiers as follows: 0: W_{c,s}. 1: W_{r,s}. 2: W_{r,n}. 3: W_{c,n}
112
 
113
  5. Compute the eigenvalue partition of the dataset.
114
 
115
  6. Save the partition information from the eigenvalue partition as "ocean/results/{agent_mode}/ocean_eigenvalue.vti" as VTK image data.
116
+ It should have a point array called Partition that stores the region identifiers as follows: 0: positive scaling. 1: counterclockwise rotation.
117
+ 2: negative scaling. 3: clockwise rotation. 4: anisotropic stretching.
118
  assert:
119
  - type: rule_based
120
  eval_script: ocean/GS/ocean_eval.py