Skip to content

[Proposal] Use Matlab's Python to check SPM Python. #42

@johmedr

Description

@johmedr

It is possible to run Python code from Matlab. We have a lot of unit tests written in SPM. We could try to load spm-python as a Python module in Matlab, and then run the unittest on the wrapped functions

>> pyenv('Version', 'path/to/python')
>> py.importlib.import_module('spm')
% Run unit tests with `spm-python`

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions