diff options
Diffstat (limited to 'numpy')
| -rw-r--r-- | numpy/__init__.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py index baff5e141..426b6e9d6 100644 --- a/numpy/__init__.py +++ b/numpy/__init__.py @@ -383,10 +383,10 @@ else: error_message = "{}: {}".format(w[-1].category.__name__, str(w[-1].message)) msg = ( "Polyfit sanity test emitted a warning, most likely due " - "to using a buggy Accelerate backend. If you compiled " - "yourself, more information is available at " - "https://numpy.org/doc/stable/user/building.html#accelerated-blas-lapack-libraries " - "Otherwise report this to the vendor " + "to using a buggy Accelerate backend.\nIf you compiled " + "yourself, more information is available at:\n" + "https://numpy.org/doc/stable/user/building.html#accelerated-blas-lapack-libraries" + "\nOtherwise report this to the vendor " "that provided NumPy.\n{}\n".format(error_message)) raise RuntimeError(msg) del _mac_os_check |
