Skip to content

Commit 6d45137

Browse files
Change dict encoding file
1 parent 4279133 commit 6d45137

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

prek.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
files = { glob = [
33
"msprime/*.py",
4+
"benchmarks/*",
45
"tests/*.py",
56
"*.toml",
67
"docs/*",

tests/test_dict_encoding.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Test cases for the low-level dictionary encoding used to move
22
# data around in C.
33
import lwt_interface.dict_encoding_testlib
4-
from msprime import _msprime
4+
import msprime
55

6-
lwt_interface.dict_encoding_testlib.lwt_module = _msprime
6+
lwt_interface.dict_encoding_testlib.lwt_module = msprime._msprime
77

88
# Bring the tests defined in dict_encoding_testlib into the current namespace
99
# so pytest will find and execute them.

0 commit comments

Comments
 (0)