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

feat: find fix simplify #1661

Merged
merged 7 commits into from
Jan 21, 2025
Merged

feat: find fix simplify #1661

merged 7 commits into from
Jan 21, 2025

Conversation

jacobrkerstetter
Copy link
Contributor

@jacobrkerstetter jacobrkerstetter commented Jan 20, 2025

Description

Implements and tests the FindSimplify and FixSimplify commands for pygeometry.

Issue linked

Checklist

  • I have tested my changes locally.
  • I have added necessary documentation or updated existing documentation.
  • I have followed the coding style guidelines of this project.
  • I have added appropriate unit tests.
  • I have reviewed my changes before submitting this pull request.
  • I have linked the issue or issues that are solved to the PR if any.
  • I have assigned this PR to myself.
  • I have added the minimum version decorator to any new backend method implemented.
  • I have made sure that the title of my PR follows Conventional commits style (e.g. feat: extrude circle to cylinder)

wrote unit tests to verify
@jacobrkerstetter jacobrkerstetter self-assigned this Jan 20, 2025
@jacobrkerstetter jacobrkerstetter requested a review from a team as a code owner January 20, 2025 16:45
@jacobrkerstetter jacobrkerstetter changed the base branch from main to blitz January 20, 2025 16:46
@github-actions github-actions bot added the enhancement New features or code improvements label Jan 20, 2025
src/ansys/geometry/core/tools/repair_tools.py Show resolved Hide resolved
src/ansys/geometry/core/tools/problem_areas.py Outdated Show resolved Hide resolved
@RobPasMue
Copy link
Member

@jacobrkerstetter - please modify the PR description according to the guidelines whenever you get the chance. This allows us to properly maintain the repository and easily determine features and implementations

@jonahrb jonahrb dismissed RobPasMue’s stale review January 21, 2025 21:01

Requested changes addressed

@jonahrb jonahrb enabled auto-merge (squash) January 21, 2025 21:01
@jonahrb jonahrb merged commit 212132a into blitz Jan 21, 2025
24 of 26 checks passed
@jonahrb jonahrb deleted the feat/find_fix_simplify branch January 21, 2025 21:45
Copy link
Member

@RobPasMue RobPasMue left a comment

Choose a reason for hiding this comment

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

@jacobrkerstetter - please fix my request in you upcoming PR

Comment on lines +512 to +513
class UnsimplifiedFaceProblemAreas(ProblemArea):
"""Represents a unsimplified face problem area with unique identifier and associated faces."""
Copy link
Member

Choose a reason for hiding this comment

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

Docstring is not properly formatted. This has to be solved.

Copy link
Member

Choose a reason for hiding this comment

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

You are missing all the class constructor input parameters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants