Skip to content

Commit dd5c8ea

Browse files
committed
Update module name
1 parent 0490167 commit dd5c8ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/encrypt_groundtruth.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from cryptography.fernet import Fernet
99

10-
import benchmark._crypt
10+
import deeplabcut.benchmark._crypt
1111

1212
def key_type(arg):
1313
if os.path.exists(arg) and os.path.isfile(arg):
@@ -34,7 +34,7 @@ def key_type(arg):
3434
)
3535
)
3636
for file in files:
37-
benchmark._crypt.encrypt(file, args.key)
37+
deeplabcut.benchmark._crypt.encrypt(file, args.key)
3838
if args.store is None:
3939
print(
4040
f"Encrypted using key: {args.key.decode()}\n"

tests/_dlc_reference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from deeplabcut.pose_estimation_tensorflow.core import evaluate_multianimal
1717
from deeplabcut.utils.conversioncode import guarantee_multiindex_rows
1818

19-
import benchmark.utils
19+
import deeplabcut.benchmark.utils
2020

2121
MULTI_KEYPOINTS = {
2222
"trimouse": (

0 commit comments

Comments
 (0)