Skip to content

Commit

Permalink
Merge pull request #118 from dcarmod2/iss117
Browse files Browse the repository at this point in the history
Add do_cocycles argument to DRFDMSparse
  • Loading branch information
ctralie authored Mar 30, 2021
2 parents 82553a3 + 551234a commit ff3f017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ripser/ripser.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ def ripser(
maxdim,
thresh,
coeff,
do_cocycles
)
else:
I, J = np.meshgrid(np.arange(n_points), np.arange(n_points))
Expand Down

0 comments on commit ff3f017

Please sign in to comment.