SciPy - Integration with Scientific Ecosystem
What issue exists in this code snippet?
from scipy import io
my_data = {'values': (1, 2, 3)}
io.savemat('output.mat', my_data)