Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into develop
  • Loading branch information
ssolson committed Oct 16, 2024
2 parents 20487d5 + 6445365 commit 0f420fc
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 0f420fc

Please sign in to comment.