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

refactor: Remove target volume estimation from Navigator #3242

Merged

Conversation

andiwand
Copy link
Contributor

@andiwand andiwand commented Jun 1, 2024

This is #3217 after it was reverted with #3241. There were a couple of failures monitored in Athena which could not be fixed right away.

This is an attempt to remove (IMO) unnecessary complexity from the Navigator. We have a target volume estimation which runs a couple of times to guess the target volume based on an intersection with the target surface. IMO if we know the target surface we should also know the target volume and the user is responsible for passing this information.

…ect#3217)

This is an attempt to remove (IMO) unnecessary complexity from the `Navigator`. We have a target volume estimation which runs a couple of times to guess the target volume based on an intersection with the target surface. IMO if we know the target surface we should also know the target volume and the user is responsible for passing this information.
@andiwand andiwand added this to the next milestone Jun 1, 2024
@github-actions github-actions bot added the Component - Core Affects the Core module label Jun 1, 2024
Copy link

codecov bot commented Jun 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.62%. Comparing base (360fc15) to head (2b63ec9).
Report is 73 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3242      +/-   ##
==========================================
- Coverage   47.65%   47.62%   -0.04%     
==========================================
  Files         507      507              
  Lines       29207    29167      -40     
  Branches    14012    13986      -26     
==========================================
- Hits        13918    13890      -28     
- Misses       5265     5272       +7     
+ Partials    10024    10005      -19     

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

Copy link

github-actions bot commented Jun 1, 2024

📊: Physics performance monitoring for 26a9f12

Full contents

physmon summary

@github-actions github-actions bot added the Stale label Jul 1, 2024
@andiwand andiwand removed the Stale label Jul 23, 2024
@andiwand andiwand added the 🚧 WIP Work-in-progress label Jul 24, 2024
@acts-project-service acts-project-service added Breaks Athena build This PR breaks the Athena build Fails Athena tests This PR causes a failure in the Athena tests labels Aug 7, 2024
@andiwand andiwand removed Breaks Athena build This PR breaks the Athena build Fails Athena tests This PR causes a failure in the Athena tests 🚧 WIP Work-in-progress labels Aug 28, 2024
@acts-project-service acts-project-service added the Fails Athena tests This PR causes a failure in the Athena tests label Aug 28, 2024
@andiwand andiwand marked this pull request as ready for review August 28, 2024 15:57
@andiwand andiwand added automerge and removed Fails Athena tests This PR causes a failure in the Athena tests labels Aug 29, 2024
Copy link

sonarcloud bot commented Aug 29, 2024

@kodiakhq kodiakhq bot merged commit ba52120 into acts-project:main Aug 29, 2024
42 checks passed
@acts-project-service acts-project-service added the Breaks Athena build This PR breaks the Athena build label Aug 29, 2024
@andiwand andiwand deleted the remove-navigator-target-volume-estimation branch August 29, 2024 20:44
@andiwand andiwand modified the milestones: next, v36.3.0 Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaks Athena build This PR breaks the Athena build Component - Core Affects the Core module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants