Noah Fahlgren

Results 121 comments of Noah Fahlgren

The branch has been fully updated with the 4.x branch, so ready to review/work on again

I only did code updates to fix the conflicts and refactor the tests into modules. Looks like you might have been testing it before, but you might not have gotten...

Implemented in #1099 (PlantCV v4)

Console scripts merged into `release-4.0`

Implemented in the branch `release-4.0`

It should be fixed now, they moved `elide` from `maptools` to `sp`

Hi @YashM8, definitely feel free to add it. For batch processing results in JSON we add an indent of 4 (https://github.com/danforthcenter/plantcv/blob/main/plantcv/parallel/process_results.py), but do not have the same in the `Outputs`...

Hi @tatum-milana, in principle the `process_results` approach should have worked, I am not certain why it produced an error about a metadata key. The intermediate JSON files (produced by `pcv.outputs.save_results`...

How about this? We don't need to order them (yet), just pair them 1:1 with leaves ```python import cv2 import numpy as np from plantcv.plantcv import dilate from plantcv.plantcv import...