MHKiT-MATLAB icon indicating copy to clipboard operation
MHKiT-MATLAB copied to clipboard

NDBC functions convertsion

Open MShabara opened this issue 8 months ago • 3 comments

This pull request implements a MATLAB-native version of the core functionality provided by the NDBC utility module originally written in Python. The goal is to improve integration with MATLAB workflows, eliminate the need for cross-language dependencies, and enhance usability within a fully MATLAB-based environment.

MShabara avatar Jun 09 '25 23:06 MShabara

@MShabara, I am looking into the failing tests. They look like MATLAB -> Python -> MATLAB errors and are likely not related to any changes you made here. I'm planning to create a separate PR to fix the tests.

simmsa avatar Jun 10 '25 16:06 simmsa

@MShabara, the tests should be fixed by the changes in #168. The tests are passing in the develop branch now. Can you merge the changes from develop into this branch to see if that fixes the tests here?

simmsa avatar Jul 01 '25 15:07 simmsa

@MShabara, I just merged the test changes into this PR to see if we can get the tests passing.

simmsa avatar Jul 31 '25 14:07 simmsa