MCPcopy Create free account
hub / github.com/albertpumarola/GANimation / test

Method test

models/models.py:57–58  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55
56 # used in test time, no backprop
57 def test(self):
58 assert False, "test not implemented"
59
60 def get_image_paths(self):
61 return {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected