Skip to content

Commit a028b6f

Browse files
authored
Merge pull request #172 from melonora/remove_alias
XY alias removal of axes
2 parents 4b35179 + a18c570 commit a028b6f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

linkml_model/model/schema/array.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ slots:
192192
axis0:
193193
is_a: axis
194194
aliases:
195-
- x
196195
- dimension0
197196
description: >-
198197
An axis that is the zeroth index of the tuple used to access an array
@@ -203,8 +202,6 @@ slots:
203202
inlined_as_list: true
204203
axis1:
205204
is_a: axis
206-
aliases:
207-
- y
208205
description: >-
209206
An axis that is the index after the zeroth of the tuple used to access an array
210207
range: OneDimensionalSeries

0 commit comments

Comments
 (0)