| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1dd5a87 commit 33fc0e4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1379,6 +1379,7 @@ def _tf_polynomial_to_string(coeffs, var='s'): | |||
| 1379 | 1379 | thestr = "0" | |
| 1380 | 1380 | ||
| 1381 | 1381 | # Apply NumPy formatting | |
| 1382 | + coeffs = np.asarray(coeffs, dtype=float) | ||
| 1382 | 1383 | with np.printoptions(threshold=sys.maxsize): | |
| 1383 | 1384 | coeffs = eval(repr(coeffs)) | |
| 1384 | 1385 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments