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

error at line 163 and 235 #2

Closed
Nishan212 opened this issue Jul 7, 2020 · 0 comments
Closed

error at line 163 and 235 #2

Nishan212 opened this issue Jul 7, 2020 · 0 comments

Comments

@Nishan212
Copy link

Nishan212 commented Jul 7, 2020

  • line 163 it should have been 'c = np.copy(a)' instead of 'c = a' because 'c = a' means now both 'c' and 'a' are pointing to the same
    numpy array.
  • line 235 it should have been 'da[:, :, t] + da_prevt' instead of just 'da[:, :, t]'.
@Nishan212 Nishan212 changed the title error at line 235 error at line 163 and 235 Jul 7, 2020
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