Skip to content

Commit

Permalink
Fix aqua and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsch committed Jun 4, 2024
1 parent 2401c68 commit ac31e73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/filtrations/custom.jl
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ end
idx = index(vs)
d_dict[idx] = min(birth, get(d_dict, idx, typemax(T)))
end
_insert_simplex_facets!(dicts, vertices, birth, Val(N - 1))
return _insert_simplex_facets!(dicts, vertices, birth, Val(N - 1))
end

function _adjacency_matrix(dicts)
Expand Down
3 changes: 2 additions & 1 deletion test/aqua.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Aqua
using Ripserer
using PersistenceDiagrams

Aqua.test_all(Ripserer; ambiguities=false, piracies=false)
Aqua.test_piracies(Ripserer; treat_as_own=PersistenceDiagram)
Aqua.test_piracies(Ripserer; treat_as_own=[PersistenceDiagram,PersistenceInterval])

0 comments on commit ac31e73

Please sign in to comment.