-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
Suggestion: Add a function call to the boolean_algebra/and_gate.py file. #8656
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
Labels
awaiting triage
Awaiting triage from a maintainer
Comments
rohan472000
added a commit
to rohan472000/Python
that referenced
this issue
Apr 24, 2023
addressing issue TheAlgorithms#8656 by calling `test_and_gate()` , ensuring that all the assertions are verified before the actual output is printed.
@code-dev05 , kindly see PR #8690 . |
ChrisO345
pushed a commit
that referenced
this issue
May 10, 2023
@ChrisO345 this issue can be closed now since #8690 was merged |
tianyizheng02
pushed a commit
to tianyizheng02/Python
that referenced
this issue
May 29, 2023
* Update and_gate.py addressing issue TheAlgorithms#8656 by calling `test_and_gate()` , ensuring that all the assertions are verified before the actual output is printed. * Update and_gate.py addressing issue TheAlgorithms#8632
sedatguzelsemme
pushed a commit
to sedatguzelsemme/Python
that referenced
this issue
Sep 15, 2024
* Update and_gate.py addressing issue TheAlgorithms#8656 by calling `test_and_gate()` , ensuring that all the assertions are verified before the actual output is printed. * Update and_gate.py addressing issue TheAlgorithms#8632
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to share?
In the lines 35 - 42, test_and_gate() function is defined.
But it is never called during the entire run time of the program.
Therefore, I would suggest adding a function call
test_and_gate()
between lines 45 and 46 to first verify all assertions before any real output.Additional information
No response
The text was updated successfully, but these errors were encountered: