Skip to content

Commit 91d637e

Browse files
Merge pull request #122 from gregordecristoforo/fix_readme_example
remove outdated blob_shape fix #121
2 parents dadffaf + 7ae865b commit 91d637e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Create a grid on which the blobs are discretized using the `Model` class. The `m
5656
```Python
5757
from blobmodel import Model, show_model
5858

59-
bm = Model(Nx=200, Ny=100, Lx=10, Ly=10, dt=0.1, T=20, blob_shape='gauss',num_blobs=100)
59+
bm = Model(Nx=200, Ny=100, Lx=10, Ly=10, dt=0.1, T=20, num_blobs=100)
6060

6161
ds = bm.make_realization(file_name="example.nc")
6262
```

0 commit comments

Comments
 (0)