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
Describe the bug
In publicV2/data.py, the method Data.get_metrics_animals() is missing a return statement, and therefore does not return the results of the call to self.api.get(url_suffix, json=params). All the other methods on the Data class appear to correctly return the result of the api call.
Expected behavior
I expect the method to return the result of the api call, but nothing (None) is returned.
The text was updated successfully, but these errors were encountered:
ChrisMyers
changed the title
[BUG] publicV2/data.py Data.get_metrics_animals is missing a return statement
[BUG] publicV2/data.py: Data.get_metrics_animals is missing a return statement
Nov 7, 2024
Describe the bug
In publicV2/data.py, the method Data.get_metrics_animals() is missing a return statement, and therefore does not return the results of the call to self.api.get(url_suffix, json=params). All the other methods on the Data class appear to correctly return the result of the api call.
Expected behavior
I expect the method to return the result of the api call, but nothing (None) is returned.
The text was updated successfully, but these errors were encountered: