Files @ 71eac274c98f
Branch filter:

Location: light9/stubs/scales/samplestats_test.pyi

drewp@bigasterisk.com
new networking config to put dmx on its own box
Ignore-this: 3ed4db167e8daec1670d6389a6efc159
# Stubs for scales.samplestats_test (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

import unittest

class UniformSampleTest(unittest.TestCase):
    def testGaussian(self) -> None: ...

class ExponentiallyDecayingReservoirTest(unittest.TestCase):
    def testGaussian(self) -> None: ...
    def testWithRescale(self) -> None: ...