File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,9 +66,7 @@ def install_patch(verbose=False):
6666 if verbose :
6767 print (f"Persistent patch installed at { pth_path } " )
6868 print ()
69- print (
70- "NumPy umath will now use MKL-accelerated implementations in"
71- )
69+ print ("NumPy umath will now use MKL-accelerated implementations in" )
7270 print ("all Python sessions. To disable, run:" )
7371 print (" python -m mkl_umath --patch uninstall" )
7472 except OSError as e :
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ def test_patch_status_check_function(mock_pth_path):
9999
100100
101101def test_install_patch_enables_runtime_patch_via_pth (mock_pth_path ):
102- """Test that .pth activation results in patched NumPy umath runtime state."""
102+ """Test that .pth activation yields patched NumPy umath runtime state."""
103103 install_patch ()
104104
105105 preexisting_patch_state = mkl_umath .is_patched ()
You can’t perform that action at this time.
0 commit comments