MCPcopy Create free account
hub / github.com/OpenDriveLab/ReSim / sample

Method sample

sat/sgm/modules/distributions/distributions.py:17–18  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

15 self.value = value
16
17 def sample(self):
18 return self.value
19
20 def mode(self):
21 return self.value

Callers 2

__call__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected