summaryrefslogtreecommitdiff
path: root/szilagyi/plots.py
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-09-07 10:42:26 +0200
committerAki <please@ignore.pl>2022-09-07 10:42:26 +0200
commita09b2bbf82b74e155b99eae3aaa10acfd4269c92 (patch)
tree5967b9935d2f16ddb0da3d851d50a4402d839b66 /szilagyi/plots.py
parent27dd532241efbe38f640c923533d8ea91ebabe2e (diff)
downloadszilagyi-a09b2bbf82b74e155b99eae3aaa10acfd4269c92.zip
szilagyi-a09b2bbf82b74e155b99eae3aaa10acfd4269c92.tar.gz
szilagyi-a09b2bbf82b74e155b99eae3aaa10acfd4269c92.tar.bz2
Added error checking to public interface of the package
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 516efd1..31b8af2 100644
--- a/szilagyi/plots.py
+++ b/szilagyi/plots.py
@@ -3,7 +3,7 @@ import math
import matplotlib.pyplot as plot
from . import _dataset
-from . import calculate_swi
+from .nomogram import calculate_swi
MAX_X = 40