(self)
| 41 | # TODO: add unit test for the MaxEngine. |
| 42 | |
| 43 | def setUp(self): |
| 44 | super().setUp() |
| 45 | self.cfg = self.init_pyconfig() |
| 46 | self.rng = jax.random.PRNGKey(0) |
| 47 | |
| 48 | def init_pyconfig(self, **kwargs): |
| 49 | """init pyconfig""" |
nothing calls this directly
no test coverage detected