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
Benchmarks.Evaluate accepts a pathlib.Path object for workspace which breaks json.dumps() call in kwargs hashing due to TypeError: Object of type PosixPath is not JSON serializable
Description
Benchmarks.Evaluate
accepts apathlib.Path
object forworkspace
which breaksjson.dumps()
call in kwargs hashing due toTypeError: Object of type PosixPath is not JSON serializable
How to Reproduce
Expected Behavior
Produces kwargs hash without error, even if
pathlib.Path
object passed toworkspace
.The text was updated successfully, but these errors were encountered: