UC-MACSS / persp-analysis_A18

Perspectives on Computational Analysis (MACS 30000), Autumn 2018
31 stars 49 forks source link

Assignment 7, Question 2 #27

Open bhargavvader opened 5 years ago

bhargavvader commented 5 years ago

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?

Donghyun-Kang-Soc commented 5 years ago

I had the same question!