Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Nov 25, 2018
1 parent 0bdf628 commit 29189b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions epregressions/diffs/mycsv.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def ismatrice(mat):
for row in mat:
for cell in row:
if type(cell) not in (float, int, str):
print("DKLDLFKJSDLFKJSDFLKJ TYPE: " + str(type(cell)))
return False
return True

Expand Down

0 comments on commit 29189b0

Please sign in to comment.