Jesse Montrose
Results
1
issues of
Jesse Montrose
Not a blocker, just looking around. Tried out the notebook instructions from the docs: ```python udf = fused.load("https://github.com/fusedio/udfs/tree/main/public/LULC_Tile_Example") arr = fused.run(udf=udf, x=5241, y=12667, z=15) ``` And got this failure: ```...