We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4279133 commit 6d45137Copy full SHA for 6d45137
2 files changed
prek.toml
@@ -1,6 +1,7 @@
1
2
files = { glob = [
3
"msprime/*.py",
4
+ "benchmarks/*",
5
"tests/*.py",
6
"*.toml",
7
"docs/*",
tests/test_dict_encoding.py
@@ -1,9 +1,9 @@
# Test cases for the low-level dictionary encoding used to move
# data around in C.
import lwt_interface.dict_encoding_testlib
-from msprime import _msprime
+import msprime
-lwt_interface.dict_encoding_testlib.lwt_module = _msprime
+lwt_interface.dict_encoding_testlib.lwt_module = msprime._msprime
8
# Bring the tests defined in dict_encoding_testlib into the current namespace
9
# so pytest will find and execute them.
0 commit comments