Files @ 0cc39aa3baf8
Branch filter:

Location: light9/stubs/greplin/scales/samplestats_test.pyi

drewp@bigasterisk.com
start new show with music paths and some light chan notes
# Stubs for greplin.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: ...