We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238e33c commit f1a6325Copy full SHA for f1a6325
docs/file-formats.md
@@ -240,7 +240,8 @@ The mutation text format must contain the columns `site`,
240
may also be optionally present (but `parent` must be specified if
241
more than one mutation occurs at the same site). If the `time` column
242
is absent, the mutation times in the resulting tree sequence are set to
243
-{data}`tskit.UNKNOWN_TIME`. Unknown mutation times written out by
+{data}`tskit.UNKNOWN_TIME`, which is a numeric value that behaves like NaN.
244
+Unknown mutation times written out by
245
{meth}`TreeSequence.dump_text` are represented in the text file by the
246
literal string ``\"unknown\"`` in the `time` column, and
247
{func}`tskit.load_text` treats this string as `UNKNOWN_TIME` on input.
0 commit comments