diff options
| author | Ross Barnowski <rossbar@berkeley.edu> | 2021-06-14 16:28:12 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-14 16:28:12 +0300 |
| commit | 3ffa3ae91d0da83a3c4d8c5ada79a9bcfd012829 (patch) | |
| tree | d2393b5ed3f6b097da5bfe1033ff3285b91e513e | |
| parent | 68f4a16ce536df9a28ad5a6f40a7d04e73ab6be6 (diff) | |
| download | numpy-3ffa3ae91d0da83a3c4d8c5ada79a9bcfd012829.tar.gz | |
Update numpy/__init__.py
Co-authored-by: Matti Picus <matti.picus@gmail.com>
| -rw-r--r-- | numpy/__init__.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py index 426b6e9d6..8546238ec 100644 --- a/numpy/__init__.py +++ b/numpy/__init__.py @@ -383,9 +383,9 @@ 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.\nIf you compiled " - "yourself, more information is available at:\n" - "https://numpy.org/doc/stable/user/building.html#accelerated-blas-lapack-libraries" + "to using a buggy Accelerate backend." + "\nIf you compiled yourself, more information is available at:" + "\nhttps://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) |
