You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemds.apache.org by GitBox <gi...@apache.org> on 2021/04/25 10:59:29 UTC

[GitHub] [systemds] Baunsgaard edited a comment on pull request #1240: [WIP] [AMLS] Garch

Baunsgaard edited a comment on pull request #1240:
URL: https://github.com/apache/systemds/pull/1240#issuecomment-826304267


   the bug seems to be related to calling a function twice with the same arguments, this makes our compiler return null in one of the calls. so there definally is a bug in our system.
   
   if you need to call it twice with the same arguments i suggest making a temporary variable like so:
   
   ```R
   r =  qmle(Xt, nb_a0, arch_coef, var_coef)
   a = r - curr_qmle
   df_a0 = r - a
   ```
   but thanks for spotting a bug, i will ad a JIRA task to fix it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org