Skip to content

Commit 13d1d6c

Browse files
committedJul 25, 2024·
strace no pipe
1 parent e2dbfdb commit 13d1d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ rerun = "rerun --port 8812"
7070
#tests/test_diff_renderer.py
7171
#tests/dense_model_unit_tests/triangle_depth_posterior/test_triangle_depth_posterior.py
7272

73-
test = { cmd = 'strace -e trace=open,openat pytest -s --log-cli-level=INFO tests/test_diff_renderer.py 2> strace_output.txt', env = { XLA_PYTHON_CLIENT_PREALLOCATE = "false", XLA_PYTHON_CLIENT_ALLOCATOR = "platform" , CPLUS_INCLUDE_PATH = "$CONDA_PREFIX/targets/x86_64-linux/include" } } #, TORCH_CUDA_ARCH_LIST = "8.9" } }
73+
test = { cmd = 'strace -e trace=open,openat pytest -s --log-cli-level=INFO tests/test_diff_renderer.py', env = { XLA_PYTHON_CLIENT_PREALLOCATE = "false", XLA_PYTHON_CLIENT_ALLOCATOR = "platform" , CPLUS_INCLUDE_PATH = "$CONDA_PREFIX/targets/x86_64-linux/include" } } #, TORCH_CUDA_ARCH_LIST = "8.9" } }
7474

7575
#:/usr/include:/usr/include:/usr/include/x86_64-linux-gnu:
7676

0 commit comments

Comments
 (0)
Please sign in to comment.