The BrAPI /observationUnits endpoint is returning multiple entries for the same plot if the trial has management factors. It returns one instance of the plot for each management factor applied to the plot.
For example:
A trial with 100 plots returns 1600 entries in the response
Expected Behavior
The BrAPI /observationUnits endpoint is returning multiple entries for the same plot if the trial has management factors. It returns one instance of the plot for each management factor applied to the plot.
For example:
A trial with 100 plots returns 1600 entries in the response
This should return a response with one entry per plot and all of the applied management factors as an array in the treatments property.
For Bugs:
Environment
Steps to Reproduce