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
## Description
In IMPALA, we access an attribute `self._minibatch_size` which does not
exist anymore.
It should be `self._minibatch_size`. While this check is nice, it's
effectively untested code.
This PR introduces a test that adds a small test that triggers the
relevant code path.
0 commit comments