Skip to content

Commit

Permalink
test minimizing ex39
Browse files Browse the repository at this point in the history
  • Loading branch information
gdmcbain committed May 12, 2021
1 parent 3ac97c9 commit 52c01bf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,20 @@ def runTest(self):

class TestEx10(TestCase):


def runTest(self):
import docs.examples.ex10 as ex10
self.assertAlmostEqual(np.mean(ex10.x), 0.277931521728906)


class TestEx39(TestCase):


def runTest(self):
import docs.examples.ex39 as ex39
self.assertAlmostEqual(np.mean(ex39.x), 0.277931521728906)


class TestEx11(TestCase):

def runTest(self):
Expand Down

0 comments on commit 52c01bf

Please sign in to comment.