Skip to content

Conversation

Drewniok
Copy link
Collaborator

Description

This PR adds the following:

  1. Optional parameters can be used as input for flood fill. If they are operational, the operational domain around them is determined.
  2. Added operational_to_total_ratio to operational_stats to track the proportion of parameter points that fall within the operational domain, relative to the total number of possible parameter points. This can be used as a value to assess how large the operational domain is compared to the total domain.

Checklist:

  • The pull request only contains commits that are related to it.
  • I have added appropriate tests and documentation.
  • I have added a changelog entry.
  • I have created/adjusted the Python bindings for any new or updated functionality.
  • I have made sure that all CI jobs on GitHub pass.
  • The pull request introduces no new warnings and follows the project's style guidelines.

@Drewniok Drewniok added the enhancement New feature or request label Aug 30, 2024
@Drewniok Drewniok self-assigned this Aug 30, 2024
@Drewniok Drewniok changed the title ✨ Add Support for Optional Parameter Points in Flood Fill ✨ Added support for optional input parameter points in flood fill Aug 30, 2024
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

@Drewniok Drewniok requested a review from marcelwa August 30, 2024 17:07
Drewniok and others added 4 commits August 30, 2024 19:08
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

Copy link

codecov bot commented Sep 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.16%. Comparing base (a2971b4) to head (ae4e6c7).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #518   +/-   ##
=======================================
  Coverage   98.16%   98.16%           
=======================================
  Files         224      226    +2     
  Lines       31642    31723   +81     
  Branches     1573     1574    +1     
=======================================
+ Hits        31061    31142   +81     
  Misses        581      581           
Files with missing lines Coverage Δ
...thms/simulation/sidb/compute_operational_ratio.hpp 100.00% <100.00%> (ø)
.../algorithms/simulation/sidb/operational_domain.hpp 94.37% <100.00%> (+0.08%) ⬆️
include/fiction/io/print_layout.hpp 95.02% <100.00%> (ø)
include/fiction/utils/layout_utils.hpp 98.34% <100.00%> (+0.02%) ⬆️
...thms/simulation/sidb/compute_operational_ratio.cpp 100.00% <100.00%> (ø)
.../algorithms/simulation/sidb/operational_domain.cpp 99.11% <100.00%> (+<0.01%) ⬆️
test/io/print_layout.cpp 100.00% <ø> (ø)
test/utils/blueprints/layout_blueprints.hpp 100.00% <ø> (ø)

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a2971b4...ae4e6c7. Read the comment docs.

Drewniok and others added 3 commits September 16, 2024 08:05
Signed-off-by: GitHub Actions <actions@github.com>
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

@Drewniok Drewniok requested a review from marcelwa September 18, 2024 06:44
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

@Drewniok Drewniok requested a review from marcelwa September 20, 2024 06:44
@Drewniok Drewniok merged commit 18bafd2 into cda-tum:main Sep 20, 2024
59 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants