Skip to content

Commit ec3bccd

Browse files
committed
formatting
1 parent ba904a2 commit ec3bccd

File tree

1 file changed

+1
-1
lines changed
  • qa/L0_backend_python/examples

1 file changed

+1
-1
lines changed

qa/L0_backend_python/examples/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ rm -fr *.log python_backend/
3939
# Install torch
4040
pip3 uninstall -y torch
4141
pip3 uninstall -y numpy
42-
# NOTE: Using this subtest as a test case that involves using a python model with
42+
# NOTE: Using this subtest as a test case that involves using a python model with
4343
# numpy 2.X without changing the environments used in all the other test cases.
4444
pip3 install "numpy>=2"
4545
if [ "$TEST_JETSON" == "0" ] && [[ ${TEST_WINDOWS} == 0 ]]; then

0 commit comments

Comments
 (0)