You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assignment 7, question2 requires us to keep modifying our function until our test cases pass, but the test cases only cover one scalar case and one vector case and does not check any edge case values. Getting the tests to pass can be done in only one line of code not requiring any checks; is this sufficient or are we expected to write more tests?
The text was updated successfully, but these errors were encountered:
Assignment 7, question2 requires us to keep modifying our function until our test cases pass, but the test cases only cover one scalar case and one vector case and does not check any edge case values. Getting the tests to pass can be done in only one line of code not requiring any checks; is this sufficient or are we expected to write more tests?
The text was updated successfully, but these errors were encountered: