Skip to content
New issue

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

Logistic Mandelbrot module throwing file not found errors #38

Closed
mandelbrotsf opened this issue Sep 6, 2021 · 2 comments
Closed

Logistic Mandelbrot module throwing file not found errors #38

mandelbrotsf opened this issue Sep 6, 2021 · 2 comments

Comments

@mandelbrotsf
Copy link

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'

@AnonRZZGH
Copy link

check this #5

@jonnyhyman
Copy link
Owner

Solved by #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants