You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/metadata.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -658,7 +658,7 @@ Metadata processing can be disabled and raw bytes stored/retrieved. See
658
658
## Structured array metadata
659
659
660
660
If the `struct` codec is used for metadata then the metadata can be very efficiently
661
-
accessed via a `numpy`[structured array](https://numpy.org/doc/stable/user/basics.rec.html) via the `ts.X_metadata` property, e.g. {meth}`TreeSequence.individuals_metadata`. The codec must meet the following requirements for this to work:
661
+
accessed via a `numpy`[structured array](https://numpy.org/doc/stable/user/basics.rec.html) via the `ts.X_metadata` property, e.g. {attr}`TreeSequence.individuals_metadata`. The codec must meet the following requirements for this to work:
662
662
663
663
1. The metadata for a given object must be of a fixed size. This means that
664
664
variable length arrays are not permitted, such that the `length` property
0 commit comments