Skip to content

Commit e0b17ea

Browse files
author
Nathaniel Saul
authored
add python 2.7 future division
1 parent 90df3b6 commit e0b17ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

persim/persistent_entropy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
2020
"""
2121

22+
from __future__ import division
2223
import numpy as np
2324

2425

0 commit comments

Comments
 (0)