We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf4b45 commit 2dd1007Copy full SHA for 2dd1007
python/tests/test_beagle.py
@@ -51,6 +51,7 @@ def convert_to_genetic_map_position(pos):
51
:return: Genetic map positions.
52
:rtype: numpy.ndarray
53
"""
54
+ assert 0 <= np.min(pos)
55
return pos / 1e6
56
57
0 commit comments