mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-29 07:58:21 +00:00
ob-maxima-test: Clarify matrix test
* testing/examples/ob-maxima-test.org: Suppress informational output at load of numericalio. (This output made testing complicated.)
This commit is contained in:
parent
b7b93a0c2c
commit
7afd7ebff5
@ -74,6 +74,7 @@ print(ms);
|
||||
:ID: cc158527-b867-4b1d-8ae0-b8c713a90fd7
|
||||
:END:
|
||||
#+begin_src maxima :results silent
|
||||
with_stdout("/dev/null", load(numericalio))$
|
||||
m: genmatrix (lambda([i,j], i+j-1), 3, 3)$
|
||||
write_data(m, "/dev/stdout")$
|
||||
#+end_src
|
||||
|
Loading…
Reference in New Issue
Block a user