Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pylint Update & Increase CDIP Example Time #357

Merged
merged 8 commits into from
Oct 14, 2024
2 changes: 1 addition & 1 deletion .github/workflows/generate_notebook_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ADCP_Delft3D_TRTS_example.ipynb": 1200,
"adcp_example.ipynb": 240,
"adv_example.ipynb": 180,
"cdip_example.ipynb": 180,
"cdip_example.ipynb": 420,
"Delft3D_example.ipynb": 180,
"directional_waves.ipynb": 180,
"environmental_contours_example.ipynb": 360,
Expand Down
1 change: 1 addition & 0 deletions mhkit/loads/graphics.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def plot_statistics(


# pylint: disable=R0913
# pylint: disable=R0917
def plot_bin_statistics(
bin_centers: np.ndarray,
bin_mean: np.ndarray,
Expand Down
Loading