Skip to content

Add weighted Delaunay triangulation#15

Open
kiranvad wants to merge 1 commit into
scikit-tda:masterfrom
kiranvad:master
Open

Add weighted Delaunay triangulation#15
kiranvad wants to merge 1 commit into
scikit-tda:masterfrom
kiranvad:master

Conversation

@kiranvad

Copy link
Copy Markdown

Hey,
I added a function to compute a weighted Delaunay triangulation (to Alpha filtration) which is a really useful tool for people working with molecules and alpha complexes.
The basic idea is to compute Delaunay triangulation using its duality with convex hull of one dimension above.
I am not sure if usage of a weighted Dealunay would require a change in the circumradius computation(think not). I also added a three line example in the BasicUsage.ipynb.

Have a look and let me know what you think.

@kiranvad
kiranvad requested a review from sauln January 25, 2020 22:07
@codecov

codecov Bot commented Jan 25, 2020

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 33.33333% with 14 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.72%. Comparing base (93d0220) to head (f7d518c).
⚠️ Report is 30 commits behind head on master.

Files with missing lines Patch % Lines
cechmate/filtrations/alpha.py 33.33% 14 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
- Coverage   92.91%   89.72%   -3.19%     
==========================================
  Files          12       12              
  Lines         381      399      +18     
==========================================
+ Hits          354      358       +4     
- Misses         27       41      +14     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ctralie

ctralie commented Jan 26, 2020 via email

Copy link
Copy Markdown
Member

@ctralie ctralie self-assigned this Mar 11, 2020
@sauln

sauln commented Mar 2, 2021

Copy link
Copy Markdown
Member

@ctralie What is the status of this? do we still have work to do moving this PR forward?

@ctralie

ctralie commented Mar 2, 2021 via email

Copy link
Copy Markdown
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants