diff --git a/control/xferfcn.py b/control/xferfcn.py index 157ac6212..c9fbe9006 100644 --- a/control/xferfcn.py +++ b/control/xferfcn.py @@ -1559,7 +1559,7 @@ def _clean_part(data): for i in range(len(data)): for j in range(len(data[i])): for k in range(len(data[i][j])): - if isinstance(data[i][j][k], (int, np.int)): + if isinstance(data[i][j][k], (int, np.int32, np.int64)): data[i][j][k] = float(data[i][j][k]) return data pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy