Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix serializability check for DefaultParams
Checking `isinstance(foo, Hashable)` is not sufficient, that only checks for the *existance* of a `__hash__` method, not whether it can actually evaluate without raising.
- Loading branch information