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
Problem: the benchmark_files() API expects a List[str] as input to its input_files argument. However, if you pass it a string, it treats that string like a list of characters and throws this exception:
Problem: the
benchmark_files()
API expects aList[str]
as input to itsinput_files
argument. However, if you pass it a string, it treats that string like a list of characters and throws this exception:Solution: validate that
benchmark_files()
arguments are of the expected type.cc @danielholanda @ramkrishna2910
The text was updated successfully, but these errors were encountered: