Skip to content

Commit

Permalink
new name for html
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuCarriere committed Nov 18, 2023
1 parent d3d772a commit bf0ea7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/KeplerMapperVisuFromTxtFile.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

import argparse
from gudhi.cover_complex import save_to_html_
from gudhi.cover_complex import _save_to_html

"""This file is part of the Gudhi Library - https://gudhi.inria.fr/ - which is released under MIT.
See file LICENSE or go to https://gudhi.inria.fr/licensing/ for full license details.
Expand Down Expand Up @@ -40,4 +40,4 @@

f.close()

save_to_html_(dat, lens, color, param, nums, points, edges, html_output_filename)
_save_to_html(dat, lens, color, param, nums, points, edges, html_output_filename)

0 comments on commit bf0ea7c

Please sign in to comment.