MCPcopy Create free account
hub / github.com/CompVis/diff2flow / identity

Function identity

diff2flow/dataloader.py:50–51  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

48
49
50def identity(x):
51 return x
52
53
54class WebDataModuleFromConfig(pl.LightningDataModule):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected