Skip to content

Commit f6064dd

Browse files
committed
added two basic tutorials.
1 parent a429d4c commit f6064dd

File tree

4 files changed

+1892
-9
lines changed

4 files changed

+1892
-9
lines changed

tutorials/basic/methods_comparison/methods_comparison.ipynb

Lines changed: 863 additions & 0 deletions
Large diffs are not rendered by default.

tutorials/basic/methods_comparison/methods_comparison.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@
99
from pyspod.spod_streaming import SPOD_streaming
1010
import pyspod.weights as weights
1111

12-
# Current, parent and file paths
12+
# Current working path
1313
CWD = os.getcwd()
14-
CF = os.path.realpath(__file__)
15-
CFD = os.path.dirname(CF)
16-
1714

1815
# Let's create some 2D syntetic data
1916
# and store them into a variable called p

0 commit comments

Comments
 (0)