You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseValueError("Mismatch in {0} between number of class names declared ({1}) and number provided ({2})".format(cls_obj, self.num_classes, len(self.class_names)))
72
+
73
+
else:
74
+
raiseValueError("Bad format in {0} for header line: {1}".format(cls_obj, raw_lines[0]))
raiseValueError("Mismatch in {0} between number of samples declared ({1}) and number of class assignments provided ({2})".format(cls_obj, self.num_samples, len(self.class_assignments)))
81
+
else:
82
+
raiseValueError("Bad format in {0} for class assignment line: {1}".format(cls_obj, raw_lines[2]))
83
+
84
+
40
85
defODF(odf_obj):
41
86
"""
42
87
Create a Dataframe with the contents of the ODF file
0 commit comments