Chase Dwelle

Results 7 comments of Chase Dwelle

I had this issue when I had a workspace in Toggl without a project in that workspace. Creating a project in the empty workspace resolved the issue.

I'm having this issue as well. What's the best way to suppress this error until the fix is pushed out through emacs?

I'm not too familiar with the stencil notation in Numba. I see the utility in it but the example above is the same as below which could also be used...

@brendancol for the focal module, you mean accepting an `xr.Dataset` as input and returning an `xr.Dataset` of the same size with the focal kernel applied to each layer, correct? If...

@brendancol @thuydotm Is there any progress made on these? I'd like to take a stab; watershed delineation is one of the more painful parts of my workflow.

@brendancol Is there an existing policy on using other libraries? I found `pysheds` [0], which looks like it would fit the bill for this. [0] https://github.com/mdbartos/pysheds

Had this issue too on a new machine, problems are related to `scipy`, which requires `numba`. It seems like the `numba` issue is nearing a resolution: https://github.com/numba/numba/issues/7822