gnu-octave / symbolic

A Symbolic Package for Octave using SymPy
https://octave.sourceforge.io/symbolic/
GNU General Public License v3.0
152 stars 36 forks source link

Do the current built-in self-test and doctest support matlab? #1148

Closed alexvong243f closed 2 years ago

alexvong243f commented 2 years ago

Do we have to do the if (exist ('OCTAVE_VERSION', 'builtin')) check in built-in self-test or doctest?

alexvong243f commented 2 years ago

I think we have to do the check.

cbm755 commented 2 years ago

There is some script that extracts the BIST for Matlab, have not used it in a while.