Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inferno/Fires: add List() to return raw list of fires #444

Merged
merged 1 commit into from
Oct 15, 2023

Conversation

micvbang
Copy link
Contributor

This PR lets users to extract the raw list of individual fires, allowing them to perform custom calculations on the raw data. This can be very useful when e.g. wishing to visualize the data with higher fidelity than convex hull, and for doing statistics

@codecov
Copy link

codecov bot commented Oct 15, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (2c9b7f9) 80.15% compared to head (e9dd5fd) 80.15%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #444   +/-   ##
=======================================
  Coverage   80.15%   80.15%           
=======================================
  Files          47       47           
  Lines        6197     6199    +2     
=======================================
+ Hits         4967     4969    +2     
  Misses       1022     1022           
  Partials      208      208           
Files Coverage Δ
pkg/demoinfocs/common/inferno.go 87.20% <100.00%> (+0.30%) ⬆️

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

@akiver
Copy link
Collaborator

akiver commented Oct 15, 2023

Thank you!

@akiver akiver merged commit c3dd59f into markus-wa:master Oct 15, 2023
5 checks passed
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.

None yet

2 participants