def test_call(self): rproc = RandomProcess(self.mean, self.var) npt.assert_array_equal(rproc(), self.mean)