Skip to content

Commit d4c8fe0

Browse files
committed
moved pylint: disable to many lines
1 parent 13cf7ff commit d4c8fe0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mhkit/river/io/d3d.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
from numpy.typing import ArrayLike, NDArray
1616
from mhkit.utils import unorm
1717

18-
19-
# pylint: disable=too-many-lines
2018
# pylint: disable=possibly-used-before-assignment
2119
def get_all_time(data: (netCDF4.Dataset, xr.Dataset)) -> NDArray:
2220
"""
@@ -1081,3 +1079,5 @@ def calculate_grid_convergence_index(
10811079
# Calculate the GCI
10821080
gci = (factor_of_safety * error) / (refinement_ratio**order - 1)
10831081
return gci
1082+
1083+
# pylint: disable=too-many-lines

0 commit comments

Comments
 (0)