Andrew Simms
Andrew Simms
@hivanov-nrel, would you consider this complete? Can we close this issue?
Sounds good, lets keep this one open. Thanks for keeping track of the WDRT task!
@MShabara, thanks for reporting this. I think I have a fix in PR #149 [here](https://github.com/MHKiT-Software/MHKiT-MATLAB/pull/149/files#diff-8859e32a8b242b1095484f16f81cdadbdae0218d0cb68fb4461818da1c0d0737) The underlying issue is how the NDBC spectra gets converted and passed to python. The...
This code section section is used in a few of the WDRT example notebooks. The specific fixes are linked below: * [`environmental_contours_example`](https://github.com/MHKiT-Software/MHKiT-MATLAB/blob/707163e2c1005af8932663f7498644fb0fee134f/examples/environmental_contours_example.m#L78-L96) * [`extreme_response_contour_example`](https://github.com/MHKiT-Software/MHKiT-MATLAB/blob/develop/examples/extreme_response_contour_example.m#L45-L60) * [`extreme_response_full_sea_state_example`](https://github.com/MHKiT-Software/MHKiT-MATLAB/blob/707163e2c1005af8932663f7498644fb0fee134f/examples/extreme_response_full_sea_state_example.m#L51-L66) These fixes will be...
Closing as complete.
This was fixed here: https://github.com/simmsa/MHKiT-MATLAB/commit/7c282c67140dc7fdf807c5ea2783e478deaac8c7 here: https://github.com/MHKiT-Software/MHKiT-MATLAB/commit/40a4ef09772794e71cdef846b1ebfe917204c03b and will be included in the upcoming v0.6.0 release
This change is included in the latest release, closing as complete.
Hi Luke, Thank you for reporting this! Please see issue #142. It seems like you have the correct function, but it is failing to convert `omni-directional_wave_power` into a struct fieldname....
@browniea, thank you for reporting! I can confirm that this in a bug in MHKiT-MATLAB. Issue 182 from MHKit-Python the necessary information we need to implement this in MHKiT-MATLAB. It...
@hivanov-nrel, this is ready for review. This adds a docstring checker and defines a docstring template. At this time it also made sense to just create a CONTRIBUTING.md with additional...