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

Method sigma_t

diff2flow/flow.py:67–68  ·  view source on GitHub ↗
(self, t)

Source from the content-addressed store, hash-verified

65 return 1
66
67 def sigma_t(self, t):
68 return 1 - t
69
70 def sigma_dt_t(self, t):
71 return -1

Callers 1

compute_sigma_tMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected