v1.3
This commit is contained in:
@@ -17,7 +17,5 @@
|
||||
# with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
|
||||
name = 'insert'
|
||||
|
||||
from .insert import matrix
|
||||
from .insert import vector
|
||||
@@ -19,7 +19,6 @@
|
||||
|
||||
def matrix(matrix):
|
||||
|
||||
|
||||
i = 0
|
||||
|
||||
while (i < matrix.shape[0]):
|
||||
|
||||
Reference in New Issue
Block a user