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
statcast_batter is designed to have optional start/end times, and the logic for handling them is in the call to sanitize_input. However, the code does not reassign the inputs after the call to sanitize_input, and the assertions end up failing.
The text was updated successfully, but these errors were encountered:
statcast_batter
is designed to have optional start/end times, and the logic for handling them is in the call tosanitize_input
. However, the code does not reassign the inputs after the call tosanitize_input
, and the assertions end up failing.The text was updated successfully, but these errors were encountered: