We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b7c48 commit 93373c4Copy full SHA for 93373c4
cuda_pathfinder/tests/conftest.py
@@ -11,9 +11,7 @@
11
12
13
def _log_filename():
14
- strictness = os.environ.get(
15
- "CUDA_PATHFINDER_TEST_LOAD_NVIDIA_DYNAMIC_LIB_STRICTNESS", "see_what_works"
16
- )
+ strictness = os.environ.get("CUDA_PATHFINDER_TEST_LOAD_NVIDIA_DYNAMIC_LIB_STRICTNESS", "see_what_works")
17
return f"pathfinder-test-info-summary-{strictness}.txt"
18
19
0 commit comments