def test_conjugate(self):
     """Test calling conjugate on a ParameterExpression."""
     x = Parameter('x')
     self.assertEqual(x, x.conjugate(
     ))  # Parameters are real, therefore conjugate returns self