Closed jmshapir closed 6 years ago
@arosenbe @DavidRitzwoller is it possible we're missing an import sys from the top of build_matlab.py?
import sys
Yes. We are missing import sys. We'll fix it up today.
Pull request for @z-y-huang in #158.
@arosenbe @DavidRitzwoller is it possible we're missing an
import sys
from the top of build_matlab.py?