Skip to content

Commit 8ded742

Browse files
committed
Passing CI tests
1 parent 64f921a commit 8ded742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_test/unit_tests/test_unit_layer_channelwise_softmax_distconv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,5 +184,5 @@ def construct_data_reader(lbann):
184184
# ==============================================
185185

186186
# Create test functions that can interact with PyTest
187-
for _test_func in tools.create_tests(setup_experiment, __file__):
187+
for _test_func in tools.create_tests(setup_experiment, __file__, environment=tools.get_distconv_environment()):
188188
globals()[_test_func.__name__] = _test_func

0 commit comments

Comments
 (0)