summaryrefslogtreecommitdiff
path: root/szilagyi/plots.py
diff options
context:
space:
mode:
Diffstat (limited to 'szilagyi/plots.py')
-rw-r--r--szilagyi/plots.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/szilagyi/plots.py b/szilagyi/plots.py
index ed9b52c..8b325d6 100644
--- a/szilagyi/plots.py
+++ b/szilagyi/plots.py
@@ -14,7 +14,7 @@ def grid(start, end, steps):
if __name__ == "__main__":
- swis = load(os.path.join(os.path.dirname(__file__), "dataset"))
+ swis = load(os.path.join(os.path.dirname(__file__), "_dataset"))
def _swi(x, y): # dt, depth
segments = find_boundary_curves(swis, x, y)