We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13cf7ff commit d4c8fe0Copy full SHA for d4c8fe0
1 file changed
mhkit/river/io/d3d.py
@@ -15,8 +15,6 @@
15
from numpy.typing import ArrayLike, NDArray
16
from mhkit.utils import unorm
17
18
-
19
-# pylint: disable=too-many-lines
20
# pylint: disable=possibly-used-before-assignment
21
def get_all_time(data: (netCDF4.Dataset, xr.Dataset)) -> NDArray:
22
"""
@@ -1081,3 +1079,5 @@ def calculate_grid_convergence_index(
1081
1079
# Calculate the GCI
1082
1080
gci = (factor_of_safety * error) / (refinement_ratio**order - 1)
1083
return gci
+
+# pylint: disable=too-many-lines
0 commit comments