Skip to content

Commit

Permalink
The example in README didn't match the example in the notebook.
Browse files Browse the repository at this point in the history
  • Loading branch information
duetosymmetry committed Mar 14, 2019
1 parent 726c0cd commit dcb692d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ Which results in the following figure:
```python
s, l, n = (-2, 2, 0)
mode_list = [(s, l, m, n) for m in np.arange(-l,l+1)]
modes = {}
for ind in mode_list:
modes[ind] = ksc(*ind)

Expand Down
2 changes: 1 addition & 1 deletion notebooks/examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Destination path /Users/leo/src/spectral_qnms/qnm/data.tar.bz2 already exists, use overwrite=True to force an overwrite.\n"
"Destination path /Users/leo/src/qnm/qnm/data.tar.bz2 already exists, use overwrite=True to force an overwrite.\n"
]
}
],
Expand Down

0 comments on commit dcb692d

Please sign in to comment.