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

Fixed typo in topology prompt and added array name specification.

Browse files
topology/ocean/task_description.txt CHANGED
@@ -7,9 +7,11 @@ Include a point array called DegeneracyType which classifies each degenerate poi
7
  It should have a value of 0 for trisectors and 1 for wedges.
8
 
9
  4. Save the partition information from the eigenvector partition as "ocean/results/{agent_mode}/ocean_eigenvector.vti" as VTK image data.
10
- It should give regions identifiers as follows: 0: W_{c,s}. 1: W_{r,s}. 2: W_{r,n}. 3: W_{c,n}
 
11
 
12
  5. Compute the eigenvalue partition of the dataset.
13
 
14
- 6. Save the partition information from the eigenvalue partition as "ocean/results/{agent_mode}/ocean_eigenvalue_partition.vti" as VTK image data.
15
- It should give region identifiers as follows: 0: positive scaling. 1: counterclockwise rotation. 2: negative scaling. 3: clockwise rotation. 4: anisotropic stretching.
 
 
7
  It should have a value of 0 for trisectors and 1 for wedges.
8
 
9
  4. Save the partition information from the eigenvector partition as "ocean/results/{agent_mode}/ocean_eigenvector.vti" as VTK image data.
10
+ It should have a point array called "Partition" that stores the region identifiers as follows:
11
+ 0: W_{c,s}. 1: W_{r,s}. 2: W_{r,n}. 3: W_{c,n}
12
 
13
  5. Compute the eigenvalue partition of the dataset.
14
 
15
+ 6. Save the partition information from the eigenvalue partition as "ocean/results/{agent_mode}/ocean_eigenvalue.vti" as VTK image data.
16
+ It should have a point array called "Partition" that stores the region identifiers as follows:
17
+ 0: positive scaling. 1: counterclockwise rotation. 2: negative scaling. 3: clockwise rotation. 4: anisotropic stretching.