Skip to content

Commit

Permalink
Pylint Update & Increase CDIP Example Time (#357)
Browse files Browse the repository at this point in the history
* Disable Too many positional arguments

* increase cdip example time to 7 minutes
  • Loading branch information
ssolson authored Oct 14, 2024
1 parent d364d56 commit 6445365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit 6445365

Please sign in to comment.