Skip to content

Commit 2fafec1

Browse files
add debug statement
1 parent 99b4612 commit 2fafec1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tunits/core/cython/frac.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ cpdef frac float_to_twelths_frac(a) except *:
9090
print('spit')
9191
print('%.20f'%a)
9292
print('%.20f'%d)
93+
print('%.20f'%(12*d))
9394
print(x)
9495
print('%.20f'%diff)
9596
raise ValueError("Not a twelfth.")

0 commit comments

Comments
 (0)