The PR should close the bug as reported in #98 where the Compare tab will fail because of NULL values in the model parameters. While this PR restores the compare-functionality, it is not the optimal solution. A better long term solution is to record and return S3-objects in the same way as the exported compare_dea() function. This will also make it easier for the user to work with the object that is returned from the app. See #95 for a description of a long term solution.
The PR should close the bug as reported in #98 where the Compare tab will fail because of
NULL
values in the model parameters. While this PR restores the compare-functionality, it is not the optimal solution. A better long term solution is to record and return S3-objects in the same way as the exportedcompare_dea()
function. This will also make it easier for the user to work with the object that is returned from the app. See #95 for a description of a long term solution.