You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems due to a deprecated numpy function tostring (now called tobytes) which uda uses in pyuda/_structured.py L29 . I rolled numpy back to numpy<2 and that got around it.
It seems due to a deprecated numpy function tostring (now called tobytes) which uda uses in pyuda/_structured.py L29 . I rolled numpy back to numpy<2 and that got around it.