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
Every time running octave test cases, the kernel runner prints Aborted instead of appropriate answer. For example, printf("5") prints Aborted, not 5. When the same octave code is run inside manually created container (by docker run --rm -it lablup/kernel-octave4 bash), there is no such problem.
The text was updated successfully, but these errors were encountered:
Every time running octave test cases, the kernel runner prints
Aborted
instead of appropriate answer. For example,printf("5")
printsAborted
, not5
. When the same octave code is run inside manually created container (bydocker run --rm -it lablup/kernel-octave4 bash
), there is no such problem.The text was updated successfully, but these errors were encountered: