FIXING STUFF!
Rename should be complete or almost so.
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@ import sys
|
||||
from getopt import getopt
|
||||
|
||||
def show_help():
|
||||
print "mat2ftsv - Matlab matrix to fluents dataset converter."
|
||||
print "mat2ftsv - Matlab matrix to laydi dataset converter."
|
||||
print
|
||||
print "Usage: mat2ftsv <mat-file> [<matfile> ...]"
|
||||
print
|
||||
@@ -26,7 +26,7 @@ if len(params) == 0:
|
||||
|
||||
from scipy import io
|
||||
from numpy import ndarray
|
||||
from fluents import dataset
|
||||
from laydi import dataset
|
||||
|
||||
fn_in = params[0]
|
||||
data = io.loadmat(fn_in)
|
||||
|
||||
Reference in New Issue
Block a user