We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pasting trimmed error output below: Traceback (most recent call last): File "/Users/[XXXX]/Chaos/logistic_mandelbrot.py", line 349, in vol = np.load(datafile)['data'] File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/lib/npyio.py", line 417, in load fid = stack.enter_context(open(os_fspath(file), "rb")) FileNotFoundError: [Errno 2] No such file or directory: './data/fractal_mandelbrot_data100_iter1500_ovs1.npz'
The text was updated successfully, but these errors were encountered:
check this #5
Sorry, something went wrong.
Solved by #5
No branches or pull requests
Pasting trimmed error output below:
Traceback (most recent call last):
File "/Users/[XXXX]/Chaos/logistic_mandelbrot.py", line 349, in
vol = np.load(datafile)['data']
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/lib/npyio.py", line 417, in load
fid = stack.enter_context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: './data/fractal_mandelbrot_data100_iter1500_ovs1.npz'
The text was updated successfully, but these errors were encountered: