Skip to content

Optimised imports, minor grammar fixes - solver.py #90

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

Closed
wants to merge 1 commit into from

Conversation

arthurauffray
Copy link
Contributor

  • Fixed imports to only import required items instead of the entire module (faster execution, reduced resource usage)
  • One or two grammar changes
  • Removed extra blank line in "if name main" convention

- Fixed imports to only import required items instead of the entire module (faster execution, reduced resource usage)
- One or two grammar changes
- Removed extra blank line in "if name main" convention
@poplers24
Copy link
Collaborator

@kratzky This PR has changed imports for specific modules, adjusted method calls in the code, which generally optimizes the code, and also fixed several grammatical errors in method descriptions. I checked that the tests pass with this code. You can merge

@kratzky
Copy link
Collaborator

kratzky commented Jun 18, 2024

The same as #91 it's about the code style, not the optimisation.
The typo... we'll fix it separately 😃
Anyway thank you @arthurauffray for your contribution!

@kratzky kratzky closed this Jun 18, 2024
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.

3 participants