Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Actions: Convert
d3d.get_all_time
output to a list
Fix for this error on windows, python 3.10 ``` Error occurred in River_TestIO_Delft/testGetAllDataPoints and it did not run to completion. --------- Error ID: --------- 'MATLAB:Python:ConverterError' -------------- Error Details: -------------- Error using py.numpy.ndarray/double Conversion of Python 'ndarray' type to MATLAB 'double' is only supported for real numbers and logicals. Error in delft_3d_get_all_time (line 26) result = double(python_result); Error in River_TestIO_Delft/testGetAllDataPoints (line 107) run_timestamps = delft_3d_get_all_time(data); ```
- Loading branch information