We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fcf235 commit 5b593a6Copy full SHA for 5b593a6
python/test_json_metadata.py
@@ -0,0 +1,11 @@
1
+import tskit
2
+
3
4
+def setup_ts():
5
+ ts = tskit.TreeSequence.load("with_json_metadata.trees")
6
+ return ts
7
8
9
+def test_mutation_metadata():
10
+ ts = setup_ts()
11
+ raise NotImplementedError()
0 commit comments