Skip to content

Commit 6690c03

Browse files
cmungallrly
andauthored
Update tests/input/examples/schema_definition-array.yaml
Co-authored-by: Ryan Ly <rly@lbl.gov>
1 parent 5324849 commit 6690c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/input/examples/schema_definition-array.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ classes:
7272
range: float
7373
multivalued: true
7474
equals_expression: "{array_index} / {sampling_rate} + {starting_time}" # TODO define array_index
75-
# equals_expression: "for i in range(length): {i} / {sampling_rate} + {starting_time}"
75+
# equals_expression_per_all: "[i / {sampling_rate} + {starting_time} for i in range({length})]"
7676
implements:
7777
- linkml:elements
7878
unit:

0 commit comments

Comments
 (0)