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 2e4c3eb commit 28f0b25Copy full SHA for 28f0b25
tsinfer/formats.py
@@ -1800,7 +1800,7 @@ def add_site(
1800
if inference is not None:
1801
raise ValueError(
1802
"Inference sites no longer be stored in the sample data file. "
1803
- "Please use the exclude_sites option to generate_ancestors."
+ "Please use the exclude_positions option to generate_ancestors."
1804
)
1805
if time is None:
1806
time = tskit.UNKNOWN_TIME
0 commit comments