Andrew Simms

Results 39 comments of Andrew Simms

@browniea awesome, thank you for taking a look! I will work towards adding the `cleanup_turbulent_kinetic_energy` to MHKiT-Python. Glad it is useful.

@rpauly18, this is ready for review. List of changes: * Add `delft_3d` prefixed functions that directly handle calling and returning the corresponding MHKiT-Python function. * Docstrings were taken directly from...

@rpauly18, 8ff57a3 improves the documentation and error messages (screenshot below) for Delft3D by directing the user to read Delft3D netCDF files using the `delft_3d_open_netcdf` function. 56dd091 adds a simple test...

This is fixed in #149 and will be included in the upcoming v0.6.0 release.

Hi @pstansell, thank you for the detailed issue report. You did everything right. We have seen similar failures with our unit tests and the root cause seems to be issues...

@pstansell, thank you for the detailed output. Looking further into your specific error it could be due to an older version of `pandas` that we are using. [This issue](https://github.com/pybind/pybind11/discussions/3453#discussioncomment-8728489) suggests...

@pstansell, [this Answer from Mathworks](https://www.mathworks.com/matlabcentral/answers/1934285-why-do-i-receive-a-glibcxx-not-found-or-unable-to-resolve-the-name-error-when-using-a-python-mod) also looks like a promising solution. These types of MATLAB/Python errors are frustrating, but IMO you are very close to getting this working. We do...

@pstansell, nice work finding a solution! We appreciate your detailed troubleshooting efforts, and we are planning to incorporate your findings into an [updated version of the MHKiT-MATLAB installation instructions](https://github.com/MHKiT-Software/MHKiT/pull/58). We...

@ckberinger, thank you for reporting this! I can reproduce this issue and have submitted #133 to test for and fix this bug. I will follow up with you after we...