Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
artmenlope authored Sep 24, 2020
1 parent c29f003 commit 772ee2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ In this first set of examples the test function is the following one:
We start defining the variables and parameters for these first examples:

```python
import numpy as np

N = 100
lim = 3
x, y = np.meshgrid(np.linspace(-lim,lim,N),
Expand Down

0 comments on commit 772ee2b

Please sign in to comment.