This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
Contradictory method documentation #8
Comments
Sorry about this, but we've decided to strike this test from the necessary tests to pass. You can still work on it for bonus credit if you really want, but it will not impact your score negatively. Method desc should be "Get the top three months with the highest number of claims". The list of months should return as:
|
We're updating the repo, documentation, and emailing out right now too |
Clarifying per language which stub and test can be ignored based on this:
Updated docstrings too to prevent further confusion. |
J1411
added a commit
that referenced
this issue
Oct 15, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The method
get_top_three_months_with_highest_num_of_claims_desc
and return hint in the documentation (three strings of month and year, descending order of highest claims
) implies that we need to find the months with the most number of claims, but the method description statesGets the top three months with the highest total claim cost
. Do we need to find the three months with the most disasters or with the highest claim cost?The text was updated successfully, but these errors were encountered: