Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delft3d: Convert masked array output to floats
The MHKiT-Python d3d.get_all_time function uses a masked array. This type is not natively convertible to a double array in matlab. This handles the conversion in using the python wrapper to ensure that the result is converted to a compatible numpy array.
- Loading branch information