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

Programming for Speed Corrections #74

Open
edaub opened this issue Jan 27, 2022 · 0 comments
Open

Programming for Speed Corrections #74

edaub opened this issue Jan 27, 2022 · 0 comments

Comments

@edaub
Copy link

edaub commented Jan 27, 2022

  • When defining the x and y values to test in the mandelbrot set, code to compute the x/y values are repeated -- should be a function! (They are later computed using a numpy function, but for the sake of demonstration I think writing a function is cleaner).
  • Why do we need to specify the numpy array type as long in the Cython notebook?
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

1 participant