Closed cscherrer closed 7 years ago
Unexpected behavior from calling this: simplify src/LDA/lda.hk > src/LDA/lda_simp.hk
simplify src/LDA/lda.hk > src/LDA/lda_simp.hk
Expected result: Brief pause, then non-empty src/LDA/lda_simp.hk file.
src/LDA/lda_simp.hk
Actual result: After a brief pause, Hakaru code is printed to the screen. A new src/LDA/lda_simp.hk file exists but is empty.
Redirecting stderr confirms that the Hakaru code is now being written there, which is incompatible with previous versions.
stderr
Oops, my window was just too small - this was not a model result but a Maple error. Closing
Unexpected behavior from calling this:
simplify src/LDA/lda.hk > src/LDA/lda_simp.hk
Expected result: Brief pause, then non-empty
src/LDA/lda_simp.hk
file.Actual result: After a brief pause, Hakaru code is printed to the screen. A new
src/LDA/lda_simp.hk
file exists but is empty.Redirecting
stderr
confirms that the Hakaru code is now being written there, which is incompatible with previous versions.