Skip to content

Commit

Permalink
D3D: Fix open_netcdf python import
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsa committed Mar 5, 2024
1 parent 3c9edf6 commit dfe1308
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mhkit/river/IO/delft_3d/delft_3d_open_netcdf.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@

% Obtain a Python netCDF object. This approach leverages existing Python functionality,
% avoiding the need to reimplement it in MATLAB, albeit requiring handling a Python object.
result = py.mhkit_python_utils.d3d_converter.open_netcdf_file(filename);
result = py.mhkit_python_utils.delft_3d_helper.open_netcdf_file(filename);
end

0 comments on commit dfe1308

Please sign in to comment.