Closed shawnwiggins closed 1 year ago
The issue seems to be with how students define the statistic
function in Task 05. In Task 05, using np.abs
causes this error, but using abs
does not cause the error.
The issue should be fixed. If you re-open the lab from the link in Canvas, the updated auto-grader should be available that accepts both solutions from Task 05.
I'll leave this issue open for reference until the lab deadline.
Issue
Some people are getting the value
1.9047619047619035
forone_statistic
. When the auto-grader runs, the last test fails and shows:round(1.9047619047619035, 2)
produces1.9
, so there shouldn't be a problem with the auto-grader.Temporary Solution
As a student, ignore this issue with the
task07 - 6
auto-grader.