MHKiT-MATLAB
MHKiT-MATLAB copied to clipboard
MHKiT-MATLAB provides the marine renewable energy (MRE) community tools for data processing, visualization, quality control, resource assessment, and device performance.
The most recent code compatibility is reporting the following `COLMP` warnings. | Identifier | Severity | Documentation | Suppression | File | LineNumber | ColumnRange | | ---------- | --------...
Matlab version of https://github.com/MHKiT-Software/MHKiT-Python/pull/125
Matlab versions of (https://github.com/MHKiT-Software/MHKiT-Python/issues/165)
Fix the following warning thrown during CI runs: "Warning: Calling STRUCT on an object prevents the object from hiding its implementation details and should thus be avoided. Use DISP or...
Following https://github.com/MHKiT-Software/MHKiT-Python/pull/132
Replicate DOLfYN IO functionality similarly to https://github.com/MHKiT-Software/MHKiT-Python/pull/126
https://github.com/MHKiT-Software/MHKiT-Python/pull/130 - WDRT (Chris) https://github.com/MHKiT-Software/MHKiT-Python/pull/132 - Delft3D (Andrew) https://github.com/MHKiT-Software/MHKiT-Python/pull/141 - WDRT(Chris) https://github.com/MHKiT-Software/MHKiT-Python/pull/152 - NDBC Metocean https://github.com/MHKiT-Software/MHKiT-Python/pull/168 - Delf3D (Andrew) https://github.com/MHKiT-Software/MHKiT-Python/pull/187 - metocean module (Chris) https://github.com/MHKiT-Software/MHKiT-Python/pull/193 - loads module (Chris) https://github.com/MHKiT-Software/MHKiT-Python/pull/197...
## Description [`test_environmental_contour`](https://github.com/simmsa/MHKiT-MATLAB-2/blob/6b744e7ac4f43632ddf80b7f350a4644d89002cd/mhkit/tests/Wave_TestResourceMetrics.m#L287-L335), [`test_plot_environmental`](https://github.com/simmsa/MHKiT-MATLAB-2/blob/6b744e7ac4f43632ddf80b7f350a4644d89002cd/mhkit/tests/Wave_TestResourceMetrics.m#L337-L386), and [`test_plot_environmental_contour_multiyear`](https://github.com/simmsa/MHKiT-MATLAB-2/blob/6b744e7ac4f43632ddf80b7f350a4644d89002cd/mhkit/tests/Wave_TestResourceMetrics.m#L388-L428) tests are failing. This issue initiates discussions on whether to refactor or deprecate these tests. ## Context - **Failing Tests:** `test_environmental_contour`, `test_plot_environmental`, `test_plot_environmental_contour_multiyear` -...
Re-working PR100