Rob Gonzalez-Pita
Rob Gonzalez-Pita
@visr Thanks for the reply. For reference, below is the result of using `self.order_cells(method="sort")` on line 272 of `pyflwdir.py`. ```bash Traceback (most recent call last): File "/foss_fim/src/accumulate_headwaters.py", line 110, in...
@visr Thanks for your help and suggestions. After upgrading to `numba 0.59.1`, `llvmlite 0.42.0` & `numpy 1.26.4` I modified those two lines above, and the previous `type` associated errors with...
When enabling Numba bounds checking, and inserting print statements, I was able to pinpoint the offending function. [upstream_count](https://github.com/Deltares/pyflwdir/blob/45c5e63615a9919af9c7ea9719c3dde4f975d425/pyflwdir/core.py#L51) seems to be causing the `IndexError: index is out of bounds` and...
Additionally, the line below in `src/check_huc_inputs.py` should match the new `included_huc8.lst` in the repo. ``` def __read_included_files(parent_dir_path): filename_patterns = glob(os.path.join(parent_dir_path, 'included_huc*.lst')) ```
@mluck, in your opinion, did PR #972 resolve this issue? It seems as though the default workers has changed from 4 to 1. The functionality to provide `-w 4` exists,...