We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c6b0f commit 73e2871Copy full SHA for 73e2871
src/gstools/field/plot.py
@@ -10,7 +10,7 @@
10
plot_vec_field
11
"""
12
13
-# pylint: disable=C0103, W0613, E1101
+# pylint: disable=C0103, W0613, E1101, E0606
14
import numpy as np
15
from scipy import interpolate as inter
16
from scipy.spatial import ConvexHull
0 commit comments