Skip to content

Commit

Permalink
Actions: Remove get_all_time debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsa committed Dec 4, 2024
1 parent 5106d0f commit d63ca81
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mhkit/river/IO/delft_3d/delft_3d_get_all_time.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@

python_result = py.mhkit.river.io.d3d.get_all_time(delft_3d_py_object);

disp(class(python_result));
disp(python_result.shape);
disp(python_result);

python_result = py.numpy.ndarray(python_result);

Expand Down

0 comments on commit d63ca81

Please sign in to comment.