ubsuny / CP1-24-HW7

Homework template for Homework 7
1 stars 14 forks source link

Unit testing for the Bisection Implementation #30

Closed Tolani4 closed 5 hours ago

Tolani4 commented 22 hours ago

Linting

Contents

New/Modified Files test_calculus.py: Added test cases for the bisection_pure function,

Task Group 1 - Bisection Algorithm unit test Implementation Type: Pure Python Description: Tests evaluate the accuracy of the bisection_pure function.

Labels and Milestones

Reviewer

Tolani4 commented 22 hours ago

my pylint review is stuck on "Expected — Waiting for status to be reported". I am unable to review both of my PR's for pylint verification due to this.

laserlab commented 10 hours ago

my pylint review is stuck on "Expected — Waiting for status to be reported". I am unable to review both of my PR's for pylint verification due to this.

please keep your branch up to date. It says in your repository:

image
zbpetersbuf commented 8 hours ago

yes this is the same issue as your other pull request @Tolani4 please look at my comments in that pull request