Skip to content

Commit f1a6325

Browse files
Update docs/file-formats.md
Co-authored-by: Peter Ralph <petrel.harp@gmail.com>
1 parent 238e33c commit f1a6325

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/file-formats.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ The mutation text format must contain the columns `site`,
240240
may also be optionally present (but `parent` must be specified if
241241
more than one mutation occurs at the same site). If the `time` column
242242
is absent, the mutation times in the resulting tree sequence are set to
243-
{data}`tskit.UNKNOWN_TIME`. Unknown mutation times written out by
243+
{data}`tskit.UNKNOWN_TIME`, which is a numeric value that behaves like NaN.
244+
Unknown mutation times written out by
244245
{meth}`TreeSequence.dump_text` are represented in the text file by the
245246
literal string ``\"unknown\"`` in the `time` column, and
246247
{func}`tskit.load_text` treats this string as `UNKNOWN_TIME` on input.

0 commit comments

Comments
 (0)