On Fri, 13 Jan 2017, Artur T. wrote:
Dear all,
this small gretl code defintely used to work in the past. However, it
produces an error with todays current git version on Ubuntu:
"isnan: argument should be scalar, is matrix
Data types not conformable for operation"
The manual states that the argument can be either scalar or matrix
<hansl>
matrix A = {0,1}
A = isnan(A) ? 0 : A
A
</hansl>
Thanks, Artur, I'm glad you spotted that. A recent change introduced a
typo that broke isnan(). That's now fixed in git and snapshots.
Allin