You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
One report wasn't generating because of the following errors:
-- web_tool_script_1.R ---------------------------------------------------------
There were 14 warnings (use warnings() to see them)
Error: Problem with mutate() input value_usd.
x non-numeric argument to binary operator
i Input value_usd is if_else(...).
Backtrace:
x
This seems to me like an issue in the number formatting of the portfolio file (Swiss). Something to test with the new input reader/audit functionality, hopefully meaning this error doesn't appear again. Just wanted to flag. I can provide the portfolio input file that created this.
Alternatively, a fancier pre-processing of the portfolio CSVs needs to be done... either earlier on in our code, or ideally on the server when the portfolio is uploaded.
One report wasn't generating because of the following errors:
-- web_tool_script_1.R ---------------------------------------------------------
There were 14 warnings (use warnings() to see them)
Error: Problem with
mutate()
inputvalue_usd
.x non-numeric argument to binary operator
i Input
value_usd
isif_else(...)
.Backtrace:
x
%>%
(...)_fseq
(_lhs
)), env, env))_fseq
(_lhs
)), env, env)_fseq
(_lhs
)), env, env)_fseq
(_lhs
)_function_list
)Execution halted
This seems to me like an issue in the number formatting of the portfolio file (Swiss). Something to test with the new input reader/audit functionality, hopefully meaning this error doesn't appear again. Just wanted to flag. I can provide the portfolio input file that created this.
FYI @cjyetman
The text was updated successfully, but these errors were encountered: