Skip to content

Commit f11fdb4

Browse files
authored
Create tests.optim.helpers
1 parent 5959523 commit f11fdb4

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

tests/optim/helpers/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Helpers
File renamed without changes.

tests/optim/param/test_transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
assertArraysAlmostEqual,
1212
assertTensorAlmostEqual,
1313
)
14-
from tests.optim.param import numpy_transforms
14+
from tests.optim.helpers import numpy_transforms
1515

1616

1717
class TestRandSelect(BaseTest):

0 commit comments

Comments
 (0)