Closed matt-gardner closed 7 years ago
If you just want to call self._get_encoder(), and you don't specify a default key in the encoder params, the code would crash before this PR, even though we know how to handle a default encoder without any parameters.
self._get_encoder()
default
encoder
Maybe add a simple test? Sorry for the hassle
The test fails on master, passes on this branch.
If you just want to call
self._get_encoder()
, and you don't specify adefault
key in theencoder
params, the code would crash before this PR, even though we know how to handle a default encoder without any parameters.