Changeset 10010:e00de9a885c8 in orange
- Timestamp:
- 02/07/12 23:35:46 (16 months ago)
- Branch:
- default
- rebase_source:
- 9edafa5eaa9acf2c933abde83cd6b7014f2c8661
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Orange/testing/regression/tests_20/reference_matrix.py
r9952 r10010 46 46 except: 47 47 print "Call '%s' failed" % meth.__name__ 48 48 49 49 50 50 … … 67 67 print t4.domain.attributes, t4.domain.classVar 68 68 print t4[0] 69 69 70 70 print 71 71 except: … … 73 73 74 74 zoo = orange.ExampleTable("../datasets/zoo") 75 zoo_s = orange.ExampleTable(orange.Domain(zoo.domain.attributes +zoo.domain.getmetas().values(), zoo.domain.classVar), zoo)75 zoo_s = orange.ExampleTable(orange.Domain(zoo.domain.attributes + zoo.domain.getmetas().values(), zoo.domain.classVar), zoo) 76 76 n = zoo_s.toNumpy() 77 77 print n[0] 78 n = zoo_s.toNumpyMA()79 print n[0][0]
Note: See TracChangeset
for help on using the changeset viewer.
