Skip to content

Commit

Permalink
Actions: Debug d3d.get_all_time result output
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsa committed Dec 4, 2024
1 parent 929745a commit 5106d0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 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,6 +23,8 @@

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 5106d0f

Please sign in to comment.