Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlei committed Sep 19, 2014
1 parent 7142977 commit 90e4d96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smop/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
[1 2 3] [[1, 2, 3]]
#. Column vector::
[1;2;3] [[1], [2], [3]]
#. Cell strings::
Expand All @@ -67,6 +67,7 @@
import os,sys,copy
from scipy.io import loadmat
import unittest
from version import __version__

def isvector_or_scalar(a):
"""
Expand Down

0 comments on commit 90e4d96

Please sign in to comment.