(self)
| 5 | |
| 6 | class TestPytorchIgnite(unittest.TestCase): |
| 7 | def test_engine(self): |
| 8 | |
| 9 | def update_fn(engine, batch): |
| 10 | pass |
| 11 | |
| 12 | engine = Engine(update_fn) |
| 13 | engine.run([0, 1, 2]) |
nothing calls this directly
no outgoing calls
no test coverage detected