octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #46841] Symbolic package subs fails for long e


From: Jari-Pekka Ikonen
Subject: [Octave-bug-tracker] [bug #46841] Symbolic package subs fails for long expressions
Date: Sun, 10 Jan 2016 08:48:48 +0000
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36 OPR/34.0.2036.25

Follow-up Comment #5, bug #46841 (project octave):

Tested input variables to python_ipc_driver -call from python_cmd line 138:

/
>> pkg load symbolic

>> sympref display flat

>> sympref ipc default

Resetting the octsympy communication mechanism
Choosing the default [autodetect] octsympy communication mechanism
>> x = 10; y = 2;

>> cmd = '(x,y) = _ins; return (x+y,x-y)';

>> [a, b] = python_cmd (cmd, x, y)

// in Python_cmd calling python_ipc_driver:
cmd:

{
  [1,1] = def _fcn(_ins):
  [1,2] =     _outs = []
  [1,3] =     (x,y) = _ins; return (x+y,x-y)
  [1,4] =     return _outs
  [1,5] = _outs = _fcn(_ins)
}
varargin:

{
  [1,1] =  10
  [1,2] =  2
}
//endof ipcdriver call 
/

then (timeout) from readblock. Does this look ok?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46841>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]