MCPcopy Create free account
hub / github.com/Kaggle/docker-python / test_curve

Method test_curve

tests/test_holoviews.py:6–10  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4
5class TestHoloviews(unittest.TestCase):
6 def test_curve(self):
7 xs = range(-10,11)
8 ys = [100-x**2 for x in xs]
9
10 hv.Curve((xs, ys))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected