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

Implement equation_of_line using SymPy #14

Merged
merged 3 commits into from
Jul 10, 2024
Merged

Implement equation_of_line using SymPy #14

merged 3 commits into from
Jul 10, 2024

Conversation

jwallwork23
Copy link
Collaborator

Closes #10.

Currently, the repository has two Python modules as dependencies: NumPy and Pytest. This PR proposes adding a third, SymPy.

With SymPy's Point2D and Line classes, we can make equation_of_line concise and leverage SymPy's error checking.

@jwallwork23 jwallwork23 added the enhancement New feature or request label Jun 25, 2024
@jwallwork23 jwallwork23 self-assigned this Jun 25, 2024
Copy link
Member

@TomMelt TomMelt left a comment

Choose a reason for hiding this comment

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

Thanks @jwallwork23 . Looks great

@TomMelt TomMelt merged commit caa0d3a into main Jul 10, 2024
1 check passed
@TomMelt TomMelt deleted the impl3 branch July 10, 2024 13:48
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.

Implement approach using SymPy
2 participants