Skip to content

Commit

Permalink
Change tskit_tools.MutationMetadata to "union typed" metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed May 31, 2021
1 parent 31615ce commit 131650b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fwdpy11/tskit_tools/metadata_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
MutationMetadata = tskit.metadata.MetadataSchema(
{
"codec": "struct",
"type": "object",
"type": ["object", "null"],
"name": "Mutation metadata",
"properties": {
"s": {"type": "number", "binaryFormat": "d"},
Expand Down

0 comments on commit 131650b

Please sign in to comment.