RichDom2185 / pythonbuddy-issue-tracker

Issue tracker for Python Buddy.
https://pythonbuddy.dev
0 stars 0 forks source link

Crash when creating large matrices #3

Open RichDom2185 opened 9 months ago

RichDom2185 commented 9 months ago

Sample code

import numpy as np

np.random(10000, 10000)

What is the issue?

The app freezes at "Running" and eventually crashes.