We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a904795 + e777d33 commit c738b70Copy full SHA for c738b70
persim/images.py
@@ -91,7 +91,7 @@ def transform(self, diagrams):
91
if singular:
92
diagrams = [diagrams]
93
94
- dgs = [np.copy(diagram, np.float64) for diagram in diagrams]
+ dgs = [np.copy(diagram) for diagram in diagrams]
95
landscapes = [PersImage.to_landscape(dg) for dg in dgs]
96
97
if not self.specs:
0 commit comments