adnanaziz / EPIJudge

EPI Judge - Preview Release
Other
2.83k stars 1.88k forks source link

Collatz conjecture function definition Python #242

Open invicta117 opened 1 year ago

invicta117 commented 1 year ago

For the Test The Collatz Conjecture problem in Python the function is called "test_collatz_conjecture". Pycharm picks this function up as a Pytest test case and causes trouble with execution.

collatz conjecture function definition