Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added test for gmm_gibbs; expected program file is incorrect, but has…
… other errors that might be worth looking at
- Loading branch information
c3dbaf0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yuriy0 The Maple error is a little different in this context:
c3dbaf0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
timelimit
I used at https://list.indiana.edu/sympa/arc/ppaml-l/2017-08/msg00001.html is 300 seconds, because indeedgmm_gibbs.hk
takes a long time to simplify.c3dbaf0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There were multiple issues here; the biggest one is that the simplified
gmm_gibbs
doesn't simplify again (it produces an infinite loop in Maple).I haven't been able to track that down. A simple fix is to merge the transforms_as_syntax branch soon, and express a test cases which doesn't require simplifying the simplified program again.
c3dbaf0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've made this change on the transforms_as_syntax branch, and there are no more errors/infinite loops. Once that is merged, this will be fixed on master as well.